Shades of Pale Goldenrod #EAE1A0
Tints of Pale Goldenrod #EAE1A0
RGB
CMYK
RGB Variations
Color information
#EAE1A0 (or 0xEAE1A0) is known color: Pale Goldenrod. HEX triplet: EA, E1 and A0. RGB value is (234,225,160). Sum of RGB (Red+Green+Blue) = 234+225+160=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1A0 is #151E5F. Grayscale: #DCDCDC. Windows color (decimal): -1384032 or 10543594. OLE color: 10543594.
HSL color Cylindrical-coordinate representation of color #EAE1A0: hue angle of 52.7º 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 #EAE1A0 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 160 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.08 |
| HSL | 52.7º | 0.64% | 0.77% | - |
| HSV(B) | 52.7º | 0.32% | 0.92% | - |
| XYZ | 67.2 | 73.88 | 43.98 | - |
| YUV | 220.28 | 93.98 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 160 | 0 | 0.04 | 0.32 | 0.08 | 52.7 | 0.64 | 0.77 |
| Hex | EA | E1 | A0 | 0 | 4 | 20 | 8 | 35 | 40 | 4D |
| Octal | 352 | 341 | 240 | 0 | 4 | 40 | 10 | 65 | 100 | 115 |
| Binary | 11101010 | 11100001 | 10100000 | 0 | 100 | 100000 | 1000 | 110101 | 1000000 | 1001101 |
Color Harmonies of #EAE1A0
Complementary color
Monochromatic Colors of #EAE1A0
Black with #EAE1A0
Text Example
Text Example
White with #EAE1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE1A0; }
p { color: rgb(234,225,160); }
H1.HeaderClassName
{
color: #EAE1A0;
}
.AnyTagClassName
{
color: #EAE1A0;
}
</style>
background-color css
<style>
a { background-color: #EAE1A0; }
a { background-color: rgb(234,225,160); }
div.DivClassName
{
background-color: #EAE1A0;
}
.BgClassName
{
background-color: #EAE1A0;
}
</style>
border-color css
<style>
span { border-color: #EAE1A0; }
span { border-color: rgb(234,225,160); }
td.TdClassName
{
border-color: #EAE1A0;
}
.TagClassName
{
border-color: #EAE1A0;
}
</style>