Shades of Pale Goldenrod #EAE1AA
Tints of Pale Goldenrod #EAE1AA
RGB
CMYK
RGB Variations
Color information
#EAE1AA (or 0xEAE1AA) is known color: Pale Goldenrod. HEX triplet: EA, E1 and AA. RGB value is (234,225,170). Sum of RGB (Red+Green+Blue) = 234+225+170=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1AA is #151E55. Grayscale: #DDDDDD. Windows color (decimal): -1384022 or 11198954. OLE color: 11198954.
HSL color Cylindrical-coordinate representation of color #EAE1AA: hue angle of 51.56º 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 #EAE1AA is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 170 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.08 |
| HSL | 51.56º | 0.6% | 0.79% | - |
| HSV(B) | 51.56º | 0.27% | 0.92% | - |
| XYZ | 68.11 | 74.25 | 48.77 | - |
| YUV | 221.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 170 | 0 | 0.04 | 0.27 | 0.08 | 51.56 | 0.6 | 0.79 |
| Hex | EA | E1 | AA | 0 | 4 | 1B | 8 | 34 | 3C | 4F |
| Octal | 352 | 341 | 252 | 0 | 4 | 33 | 10 | 64 | 74 | 117 |
| Binary | 11101010 | 11100001 | 10101010 | 0 | 100 | 11011 | 1000 | 110100 | 111100 | 1001111 |
Color Harmonies of #EAE1AA
Complementary color
Monochromatic Colors of #EAE1AA
Black with #EAE1AA
Text Example
Text Example
White with #EAE1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE1AA; }
p { color: rgb(234,225,170); }
H1.HeaderClassName
{
color: #EAE1AA;
}
.AnyTagClassName
{
color: #EAE1AA;
}
</style>
background-color css
<style>
a { background-color: #EAE1AA; }
a { background-color: rgb(234,225,170); }
div.DivClassName
{
background-color: #EAE1AA;
}
.BgClassName
{
background-color: #EAE1AA;
}
</style>
border-color css
<style>
span { border-color: #EAE1AA; }
span { border-color: rgb(234,225,170); }
td.TdClassName
{
border-color: #EAE1AA;
}
.TagClassName
{
border-color: #EAE1AA;
}
</style>