Shades of Pale Goldenrod #EAE2AA
Tints of Pale Goldenrod #EAE2AA
RGB
CMYK
RGB Variations
Color information
#EAE2AA (or 0xEAE2AA) is known color: Pale Goldenrod. HEX triplet: EA, E2 and AA. RGB value is (234,226,170). Sum of RGB (Red+Green+Blue) = 234+226+170=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE2AA is #151D55. Grayscale: #DEDEDE. Windows color (decimal): -1383766 or 11199210. OLE color: 11199210.
HSL color Cylindrical-coordinate representation of color #EAE2AA: hue angle of 52.5º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAE2AA is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 170 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.08 |
| HSL | 52.5º | 0.6% | 0.79% | - |
| HSV(B) | 52.5º | 0.27% | 0.92% | - |
| XYZ | 68.38 | 74.79 | 48.86 | - |
| YUV | 222.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 170 | 0 | 0.03 | 0.27 | 0.08 | 52.5 | 0.6 | 0.79 |
| Hex | EA | E2 | AA | 0 | 3 | 1B | 8 | 34 | 3C | 4F |
| Octal | 352 | 342 | 252 | 0 | 3 | 33 | 10 | 64 | 74 | 117 |
| Binary | 11101010 | 11100010 | 10101010 | 0 | 11 | 11011 | 1000 | 110100 | 111100 | 1001111 |
Color Harmonies of #EAE2AA
Complementary color
Monochromatic Colors of #EAE2AA
Black with #EAE2AA
Text Example
Text Example
White with #EAE2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE2AA; }
p { color: rgb(234,226,170); }
H1.HeaderClassName
{
color: #EAE2AA;
}
.AnyTagClassName
{
color: #EAE2AA;
}
</style>
background-color css
<style>
a { background-color: #EAE2AA; }
a { background-color: rgb(234,226,170); }
div.DivClassName
{
background-color: #EAE2AA;
}
.BgClassName
{
background-color: #EAE2AA;
}
</style>
border-color css
<style>
span { border-color: #EAE2AA; }
span { border-color: rgb(234,226,170); }
td.TdClassName
{
border-color: #EAE2AA;
}
.TagClassName
{
border-color: #EAE2AA;
}
</style>