Shades of Pale Goldenrod #EAE59F
Tints of Pale Goldenrod #EAE59F
RGB
CMYK
RGB Variations
Color information
#EAE59F (or 0xEAE59F) is known color: Pale Goldenrod. HEX triplet: EA, E5 and 9F. RGB value is (234,229,159). Sum of RGB (Red+Green+Blue) = 234+229+159=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 159 (62.5% from 255 or 25.56% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE59F is #151A60. Grayscale: #DEDEDE. Windows color (decimal): -1383009 or 10479082. OLE color: 10479082.
HSL color Cylindrical-coordinate representation of color #EAE59F: hue angle of 56º 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 #EAE59F is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 159 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.08 |
| HSL | 56º | 0.64% | 0.77% | - |
| HSV(B) | 56º | 0.32% | 0.92% | - |
| XYZ | 68.21 | 76.03 | 43.88 | - |
| YUV | 222.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 159 | 0 | 0.02 | 0.32 | 0.08 | 56 | 0.64 | 0.77 |
| Hex | EA | E5 | 9F | 0 | 2 | 20 | 8 | 38 | 40 | 4D |
| Octal | 352 | 345 | 237 | 0 | 2 | 40 | 10 | 70 | 100 | 115 |
| Binary | 11101010 | 11100101 | 10011111 | 0 | 10 | 100000 | 1000 | 111000 | 1000000 | 1001101 |
Color Harmonies of #EAE59F
Complementary color
Monochromatic Colors of #EAE59F
Black with #EAE59F
Text Example
Text Example
White with #EAE59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE59F; }
p { color: rgb(234,229,159); }
H1.HeaderClassName
{
color: #EAE59F;
}
.AnyTagClassName
{
color: #EAE59F;
}
</style>
background-color css
<style>
a { background-color: #EAE59F; }
a { background-color: rgb(234,229,159); }
div.DivClassName
{
background-color: #EAE59F;
}
.BgClassName
{
background-color: #EAE59F;
}
</style>
border-color css
<style>
span { border-color: #EAE59F; }
span { border-color: rgb(234,229,159); }
td.TdClassName
{
border-color: #EAE59F;
}
.TagClassName
{
border-color: #EAE59F;
}
</style>