Shades of Pale Goldenrod #EAE09F
Tints of Pale Goldenrod #EAE09F
RGB
CMYK
RGB Variations
Color information
#EAE09F (or 0xEAE09F) is known color: Pale Goldenrod. HEX triplet: EA, E0 and 9F. RGB value is (234,224,159). Sum of RGB (Red+Green+Blue) = 234+224+159=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 159 (62.5% from 255 or 25.77% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE09F is #151F60. Grayscale: #DBDBDB. Windows color (decimal): -1384289 or 10477802. OLE color: 10477802.
HSL color Cylindrical-coordinate representation of color #EAE09F: hue angle of 52º 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 #EAE09F is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 159 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.08 |
| HSL | 52º | 0.64% | 0.77% | - |
| HSV(B) | 52º | 0.32% | 0.92% | - |
| XYZ | 66.85 | 73.31 | 43.43 | - |
| YUV | 219.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 159 | 0 | 0.04 | 0.32 | 0.08 | 52 | 0.64 | 0.77 |
| Hex | EA | E0 | 9F | 0 | 4 | 20 | 8 | 34 | 40 | 4D |
| Octal | 352 | 340 | 237 | 0 | 4 | 40 | 10 | 64 | 100 | 115 |
| Binary | 11101010 | 11100000 | 10011111 | 0 | 100 | 100000 | 1000 | 110100 | 1000000 | 1001101 |
Color Harmonies of #EAE09F
Complementary color
Monochromatic Colors of #EAE09F
Black with #EAE09F
Text Example
Text Example
White with #EAE09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE09F; }
p { color: rgb(234,224,159); }
H1.HeaderClassName
{
color: #EAE09F;
}
.AnyTagClassName
{
color: #EAE09F;
}
</style>
background-color css
<style>
a { background-color: #EAE09F; }
a { background-color: rgb(234,224,159); }
div.DivClassName
{
background-color: #EAE09F;
}
.BgClassName
{
background-color: #EAE09F;
}
</style>
border-color css
<style>
span { border-color: #EAE09F; }
span { border-color: rgb(234,224,159); }
td.TdClassName
{
border-color: #EAE09F;
}
.TagClassName
{
border-color: #EAE09F;
}
</style>