What is the RGB code for palegoldenrod?
The CSS color palegoldenrod in RGB format is rgb(238, 232, 170). Use this value directly in CSS, SVG, and most design tools.
How do I use palegoldenrod in CSS?
To apply palegoldenrod in CSS:
- Text color: color: rgb(238, 232, 170);
- Background: background-color: rgb(238, 232, 170);
- Border: border-color: rgb(238, 232, 170);
What are all the color format values for palegoldenrod?
| Format | Value |
|---|---|
| HEX | #eee8aa |
| RGB | rgb(238, 232, 170) |
| HSL | hsl(54.7, 66.7%, 80%) |
| CMYK | cmyk(0%, 2.5%, 28.6%, 6.7%) |
How do I convert palegoldenrod to RGB?
Select palegoldenrod from the color name list in our color converter. The RGB value — rgb(238, 232, 170) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does palegoldenrod belong to?
palegoldenrod belongs to the yellow color family. It is a light, moderately saturated color with HSL values: hue 54.7°, saturation 66.7%, lightness 80%.
How do I create lighter and darker shades of palegoldenrod?
Lighter variant (lightness 95%): #fbf9ea. Darker variant (lightness 65%): #e1d76a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.