Shades of Pale Goldenrod #EAE9A0
Tints of Pale Goldenrod #EAE9A0
RGB
CMYK
RGB Variations
Color information
#EAE9A0 (or 0xEAE9A0) is known color: Pale Goldenrod. HEX triplet: EA, E9 and A0. RGB value is (234,233,160). Sum of RGB (Red+Green+Blue) = 234+233+160=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE9A0 is #15165F. Grayscale: #E1E1E1. Windows color (decimal): -1381984 or 10545642. OLE color: 10545642.
HSL color Cylindrical-coordinate representation of color #EAE9A0: hue angle of 59.19º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAE9A0 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 160 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.08 |
| HSL | 59.19º | 0.64% | 0.77% | - |
| HSV(B) | 59.19º | 0.32% | 0.92% | - |
| XYZ | 69.42 | 78.31 | 44.71 | - |
| YUV | 224.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 160 | 0 | 0.00 | 0.32 | 0.08 | 59.19 | 0.64 | 0.77 |
| Hex | EA | E9 | A0 | 0 | 0 | 20 | 8 | 3B | 40 | 4D |
| Octal | 352 | 351 | 240 | 0 | 0 | 40 | 10 | 73 | 100 | 115 |
| Binary | 11101010 | 11101001 | 10100000 | 0 | 0 | 100000 | 1000 | 111011 | 1000000 | 1001101 |
Color Harmonies of #EAE9A0
Complementary color
Monochromatic Colors of #EAE9A0
Black with #EAE9A0
Text Example
Text Example
White with #EAE9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE9A0; }
p { color: rgb(234,233,160); }
H1.HeaderClassName
{
color: #EAE9A0;
}
.AnyTagClassName
{
color: #EAE9A0;
}
</style>
background-color css
<style>
a { background-color: #EAE9A0; }
a { background-color: rgb(234,233,160); }
div.DivClassName
{
background-color: #EAE9A0;
}
.BgClassName
{
background-color: #EAE9A0;
}
</style>
border-color css
<style>
span { border-color: #EAE9A0; }
span { border-color: rgb(234,233,160); }
td.TdClassName
{
border-color: #EAE9A0;
}
.TagClassName
{
border-color: #EAE9A0;
}
</style>