Shades of Pale Goldenrod #EAE3AA
Tints of Pale Goldenrod #EAE3AA
RGB
CMYK
RGB Variations
Color information
#EAE3AA (or 0xEAE3AA) is known color: Pale Goldenrod. HEX triplet: EA, E3 and AA. RGB value is (234,227,170). Sum of RGB (Red+Green+Blue) = 234+227+170=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3AA is #151C55. Grayscale: #DEDEDE. Windows color (decimal): -1383510 or 11199466. OLE color: 11199466.
HSL color Cylindrical-coordinate representation of color #EAE3AA: hue angle of 53.44º 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 #EAE3AA is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 170 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.08 |
| HSL | 53.44º | 0.6% | 0.79% | - |
| HSV(B) | 53.44º | 0.27% | 0.92% | - |
| XYZ | 68.66 | 75.33 | 48.95 | - |
| YUV | 222.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 170 | 0 | 0.03 | 0.27 | 0.08 | 53.44 | 0.6 | 0.79 |
| Hex | EA | E3 | AA | 0 | 3 | 1B | 8 | 35 | 3C | 4F |
| Octal | 352 | 343 | 252 | 0 | 3 | 33 | 10 | 65 | 74 | 117 |
| Binary | 11101010 | 11100011 | 10101010 | 0 | 11 | 11011 | 1000 | 110101 | 111100 | 1001111 |
Color Harmonies of #EAE3AA
Complementary color
Monochromatic Colors of #EAE3AA
Black with #EAE3AA
Text Example
Text Example
White with #EAE3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE3AA; }
p { color: rgb(234,227,170); }
H1.HeaderClassName
{
color: #EAE3AA;
}
.AnyTagClassName
{
color: #EAE3AA;
}
</style>
background-color css
<style>
a { background-color: #EAE3AA; }
a { background-color: rgb(234,227,170); }
div.DivClassName
{
background-color: #EAE3AA;
}
.BgClassName
{
background-color: #EAE3AA;
}
</style>
border-color css
<style>
span { border-color: #EAE3AA; }
span { border-color: rgb(234,227,170); }
td.TdClassName
{
border-color: #EAE3AA;
}
.TagClassName
{
border-color: #EAE3AA;
}
</style>