Shades of Pale Goldenrod #EAE49E
Tints of Pale Goldenrod #EAE49E
RGB
CMYK
RGB Variations
Color information
#EAE49E (or 0xEAE49E) is known color: Pale Goldenrod. HEX triplet: EA, E4 and 9E. RGB value is (234,228,158). Sum of RGB (Red+Green+Blue) = 234+228+158=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 158 (62.11% from 255 or 25.48% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE49E is #151B61. Grayscale: #DEDEDE. Windows color (decimal): -1383266 or 10413290. OLE color: 10413290.
HSL color Cylindrical-coordinate representation of color #EAE49E: hue angle of 55.26º 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 #EAE49E is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 158 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.08 |
| HSL | 55.26º | 0.64% | 0.77% | - |
| HSV(B) | 55.26º | 0.32% | 0.92% | - |
| XYZ | 67.85 | 75.45 | 43.33 | - |
| YUV | 221.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 158 | 0 | 0.03 | 0.32 | 0.08 | 55.26 | 0.64 | 0.77 |
| Hex | EA | E4 | 9E | 0 | 3 | 20 | 8 | 37 | 40 | 4D |
| Octal | 352 | 344 | 236 | 0 | 3 | 40 | 10 | 67 | 100 | 115 |
| Binary | 11101010 | 11100100 | 10011110 | 0 | 11 | 100000 | 1000 | 110111 | 1000000 | 1001101 |
Color Harmonies of #EAE49E
Complementary color
Monochromatic Colors of #EAE49E
Black with #EAE49E
Text Example
Text Example
White with #EAE49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE49E; }
p { color: rgb(234,228,158); }
H1.HeaderClassName
{
color: #EAE49E;
}
.AnyTagClassName
{
color: #EAE49E;
}
</style>
background-color css
<style>
a { background-color: #EAE49E; }
a { background-color: rgb(234,228,158); }
div.DivClassName
{
background-color: #EAE49E;
}
.BgClassName
{
background-color: #EAE49E;
}
</style>
border-color css
<style>
span { border-color: #EAE49E; }
span { border-color: rgb(234,228,158); }
td.TdClassName
{
border-color: #EAE49E;
}
.TagClassName
{
border-color: #EAE49E;
}
</style>