Shades of Pale Goldenrod #EAE9A4
Tints of Pale Goldenrod #EAE9A4
RGB
CMYK
RGB Variations
Color information
#EAE9A4 (or 0xEAE9A4) is known color: Pale Goldenrod. HEX triplet: EA, E9 and A4. RGB value is (234,233,164). Sum of RGB (Red+Green+Blue) = 234+233+164=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 164 (64.45% from 255 or 25.99% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE9A4 is #15165B. Grayscale: #E1E1E1. Windows color (decimal): -1381980 or 10807786. OLE color: 10807786.
HSL color Cylindrical-coordinate representation of color #EAE9A4: hue angle of 59.14º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAE9A4 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 164 | - |
| CMYK | 0 | 0.00 | 0.30 | 0.08 |
| HSL | 59.14º | 0.63% | 0.78% | - |
| HSV(B) | 59.14º | 0.3% | 0.92% | - |
| XYZ | 69.77 | 78.45 | 46.59 | - |
| YUV | 225.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 164 | 0 | 0.00 | 0.30 | 0.08 | 59.14 | 0.63 | 0.78 |
| Hex | EA | E9 | A4 | 0 | 0 | 1E | 8 | 3B | 3E | 4E |
| Octal | 352 | 351 | 244 | 0 | 0 | 36 | 10 | 73 | 76 | 116 |
| Binary | 11101010 | 11101001 | 10100100 | 0 | 0 | 11110 | 1000 | 111011 | 111110 | 1001110 |
Color Harmonies of #EAE9A4
Complementary color
Monochromatic Colors of #EAE9A4
Black with #EAE9A4
Text Example
Text Example
White with #EAE9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE9A4; }
p { color: rgb(234,233,164); }
H1.HeaderClassName
{
color: #EAE9A4;
}
.AnyTagClassName
{
color: #EAE9A4;
}
</style>
background-color css
<style>
a { background-color: #EAE9A4; }
a { background-color: rgb(234,233,164); }
div.DivClassName
{
background-color: #EAE9A4;
}
.BgClassName
{
background-color: #EAE9A4;
}
</style>
border-color css
<style>
span { border-color: #EAE9A4; }
span { border-color: rgb(234,233,164); }
td.TdClassName
{
border-color: #EAE9A4;
}
.TagClassName
{
border-color: #EAE9A4;
}
</style>