Shades of Pale Goldenrod #EAE2A9
Tints of Pale Goldenrod #EAE2A9
RGB
CMYK
RGB Variations
Color information
#EAE2A9 (or 0xEAE2A9) is known color: Pale Goldenrod. HEX triplet: EA, E2 and A9. RGB value is (234,226,169). Sum of RGB (Red+Green+Blue) = 234+226+169=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE2A9 is #151D56. Grayscale: #DEDEDE. Windows color (decimal): -1383767 or 11133674. OLE color: 11133674.
HSL color Cylindrical-coordinate representation of color #EAE2A9: hue angle of 52.62º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAE2A9 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 169 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.08 |
| HSL | 52.62º | 0.61% | 0.79% | - |
| HSV(B) | 52.62º | 0.28% | 0.92% | - |
| XYZ | 68.29 | 74.75 | 48.37 | - |
| YUV | 221.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 169 | 0 | 0.03 | 0.28 | 0.08 | 52.62 | 0.61 | 0.79 |
| Hex | EA | E2 | A9 | 0 | 3 | 1C | 8 | 35 | 3D | 4F |
| Octal | 352 | 342 | 251 | 0 | 3 | 34 | 10 | 65 | 75 | 117 |
| Binary | 11101010 | 11100010 | 10101001 | 0 | 11 | 11100 | 1000 | 110101 | 111101 | 1001111 |
Color Harmonies of #EAE2A9
Complementary color
Monochromatic Colors of #EAE2A9
Black with #EAE2A9
Text Example
Text Example
White with #EAE2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE2A9; }
p { color: rgb(234,226,169); }
H1.HeaderClassName
{
color: #EAE2A9;
}
.AnyTagClassName
{
color: #EAE2A9;
}
</style>
background-color css
<style>
a { background-color: #EAE2A9; }
a { background-color: rgb(234,226,169); }
div.DivClassName
{
background-color: #EAE2A9;
}
.BgClassName
{
background-color: #EAE2A9;
}
</style>
border-color css
<style>
span { border-color: #EAE2A9; }
span { border-color: rgb(234,226,169); }
td.TdClassName
{
border-color: #EAE2A9;
}
.TagClassName
{
border-color: #EAE2A9;
}
</style>