Shades of Pale Goldenrod #EAE19E
Tints of Pale Goldenrod #EAE19E
RGB
CMYK
RGB Variations
Color information
#EAE19E (or 0xEAE19E) is known color: Pale Goldenrod. HEX triplet: EA, E1 and 9E. RGB value is (234,225,158). Sum of RGB (Red+Green+Blue) = 234+225+158=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE19E is #151E61. Grayscale: #DCDCDC. Windows color (decimal): -1384034 or 10412522. OLE color: 10412522.
HSL color Cylindrical-coordinate representation of color #EAE19E: hue angle of 52.89º 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 #EAE19E is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 158 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.08 |
| HSL | 52.89º | 0.64% | 0.77% | - |
| HSV(B) | 52.89º | 0.32% | 0.92% | - |
| XYZ | 67.03 | 73.81 | 43.06 | - |
| YUV | 220.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 158 | 0 | 0.04 | 0.32 | 0.08 | 52.89 | 0.64 | 0.77 |
| Hex | EA | E1 | 9E | 0 | 4 | 20 | 8 | 35 | 40 | 4D |
| Octal | 352 | 341 | 236 | 0 | 4 | 40 | 10 | 65 | 100 | 115 |
| Binary | 11101010 | 11100001 | 10011110 | 0 | 100 | 100000 | 1000 | 110101 | 1000000 | 1001101 |
Color Harmonies of #EAE19E
Complementary color
Monochromatic Colors of #EAE19E
Black with #EAE19E
Text Example
Text Example
White with #EAE19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE19E; }
p { color: rgb(234,225,158); }
H1.HeaderClassName
{
color: #EAE19E;
}
.AnyTagClassName
{
color: #EAE19E;
}
</style>
background-color css
<style>
a { background-color: #EAE19E; }
a { background-color: rgb(234,225,158); }
div.DivClassName
{
background-color: #EAE19E;
}
.BgClassName
{
background-color: #EAE19E;
}
</style>
border-color css
<style>
span { border-color: #EAE19E; }
span { border-color: rgb(234,225,158); }
td.TdClassName
{
border-color: #EAE19E;
}
.TagClassName
{
border-color: #EAE19E;
}
</style>