Shades of Pale Goldenrod #E8E69D
Tints of Pale Goldenrod #E8E69D
RGB
CMYK
RGB Variations
Color information
#E8E69D (or 0xE8E69D) is known color: Pale Goldenrod. HEX triplet: E8, E6 and 9D. RGB value is (232,230,157). Sum of RGB (Red+Green+Blue) = 232+230+157=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 157 (61.72% from 255 or 25.36% from 619); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8E69D is #171962. Grayscale: #DEDEDE. Windows color (decimal): -1513827 or 10348264. OLE color: 10348264.
HSL color Cylindrical-coordinate representation of color #E8E69D: hue angle of 58.4º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8E69D is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 230 | 157 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.09 |
| HSL | 58.4º | 0.62% | 0.76% | - |
| HSV(B) | 58.4º | 0.32% | 0.91% | - |
| XYZ | 67.66 | 76.18 | 43.04 | - |
| YUV | 222.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 230 | 157 | 0 | 0.01 | 0.32 | 0.09 | 58.4 | 0.62 | 0.76 |
| Hex | E8 | E6 | 9D | 0 | 1 | 20 | 9 | 3A | 3E | 4C |
| Octal | 350 | 346 | 235 | 0 | 1 | 40 | 11 | 72 | 76 | 114 |
| Binary | 11101000 | 11100110 | 10011101 | 0 | 1 | 100000 | 1001 | 111010 | 111110 | 1001100 |
Color Harmonies of #E8E69D
Complementary color
Monochromatic Colors of #E8E69D
Black with #E8E69D
Text Example
Text Example
White with #E8E69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E69D; }
p { color: rgb(232,230,157); }
H1.HeaderClassName
{
color: #E8E69D;
}
.AnyTagClassName
{
color: #E8E69D;
}
</style>
background-color css
<style>
a { background-color: #E8E69D; }
a { background-color: rgb(232,230,157); }
div.DivClassName
{
background-color: #E8E69D;
}
.BgClassName
{
background-color: #E8E69D;
}
</style>
border-color css
<style>
span { border-color: #E8E69D; }
span { border-color: rgb(232,230,157); }
td.TdClassName
{
border-color: #E8E69D;
}
.TagClassName
{
border-color: #E8E69D;
}
</style>