Shades of Pale Goldenrod #E9E69D
Tints of Pale Goldenrod #E9E69D
RGB
CMYK
RGB Variations
Color information
#E9E69D (or 0xE9E69D) is known color: Pale Goldenrod. HEX triplet: E9, E6 and 9D. RGB value is (233,230,157). Sum of RGB (Red+Green+Blue) = 233+230+157=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9E69D is #161962. Grayscale: #DEDEDE. Windows color (decimal): -1448291 or 10348265. OLE color: 10348265.
HSL color Cylindrical-coordinate representation of color #E9E69D: hue angle of 57.63º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9E69D is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 230 | 157 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.09 |
| HSL | 57.63º | 0.63% | 0.76% | - |
| HSV(B) | 57.63º | 0.33% | 0.91% | - |
| XYZ | 67.99 | 76.35 | 43.05 | - |
| YUV | 222.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 230 | 157 | 0 | 0.01 | 0.33 | 0.09 | 57.63 | 0.63 | 0.76 |
| Hex | E9 | E6 | 9D | 0 | 1 | 21 | 9 | 3A | 3F | 4C |
| Octal | 351 | 346 | 235 | 0 | 1 | 41 | 11 | 72 | 77 | 114 |
| Binary | 11101001 | 11100110 | 10011101 | 0 | 1 | 100001 | 1001 | 111010 | 111111 | 1001100 |
Color Harmonies of #E9E69D
Complementary color
Monochromatic Colors of #E9E69D
Black with #E9E69D
Text Example
Text Example
White with #E9E69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E69D; }
p { color: rgb(233,230,157); }
H1.HeaderClassName
{
color: #E9E69D;
}
.AnyTagClassName
{
color: #E9E69D;
}
</style>
background-color css
<style>
a { background-color: #E9E69D; }
a { background-color: rgb(233,230,157); }
div.DivClassName
{
background-color: #E9E69D;
}
.BgClassName
{
background-color: #E9E69D;
}
</style>
border-color css
<style>
span { border-color: #E9E69D; }
span { border-color: rgb(233,230,157); }
td.TdClassName
{
border-color: #E9E69D;
}
.TagClassName
{
border-color: #E9E69D;
}
</style>