Shades of Pale Goldenrod #EAE39E
Tints of Pale Goldenrod #EAE39E
RGB
CMYK
RGB Variations
Color information
#EAE39E (or 0xEAE39E) is known color: Pale Goldenrod. HEX triplet: EA, E3 and 9E. RGB value is (234,227,158). Sum of RGB (Red+Green+Blue) = 234+227+158=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE39E is #151C61. Grayscale: #DDDDDD. Windows color (decimal): -1383522 or 10413034. OLE color: 10413034.
HSL color Cylindrical-coordinate representation of color #EAE39E: hue angle of 54.47º 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 #EAE39E is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 158 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.08 |
| HSL | 54.47º | 0.64% | 0.77% | - |
| HSV(B) | 54.47º | 0.32% | 0.92% | - |
| XYZ | 67.57 | 74.9 | 43.24 | - |
| YUV | 221.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 158 | 0 | 0.03 | 0.32 | 0.08 | 54.47 | 0.64 | 0.77 |
| Hex | EA | E3 | 9E | 0 | 3 | 20 | 8 | 36 | 40 | 4D |
| Octal | 352 | 343 | 236 | 0 | 3 | 40 | 10 | 66 | 100 | 115 |
| Binary | 11101010 | 11100011 | 10011110 | 0 | 11 | 100000 | 1000 | 110110 | 1000000 | 1001101 |
Color Harmonies of #EAE39E
Complementary color
Monochromatic Colors of #EAE39E
Black with #EAE39E
Text Example
Text Example
White with #EAE39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE39E; }
p { color: rgb(234,227,158); }
H1.HeaderClassName
{
color: #EAE39E;
}
.AnyTagClassName
{
color: #EAE39E;
}
</style>
background-color css
<style>
a { background-color: #EAE39E; }
a { background-color: rgb(234,227,158); }
div.DivClassName
{
background-color: #EAE39E;
}
.BgClassName
{
background-color: #EAE39E;
}
</style>
border-color css
<style>
span { border-color: #EAE39E; }
span { border-color: rgb(234,227,158); }
td.TdClassName
{
border-color: #EAE39E;
}
.TagClassName
{
border-color: #EAE39E;
}
</style>