Shades of Pale Goldenrod #E5E49E
Tints of Pale Goldenrod #E5E49E
RGB
CMYK
RGB Variations
Color information
#E5E49E (or 0xE5E49E) is known color: Pale Goldenrod. HEX triplet: E5, E4 and 9E. RGB value is (229,228,158). Sum of RGB (Red+Green+Blue) = 229+228+158=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E49E is #1A1B61. Grayscale: #DCDCDC. Windows color (decimal): -1710946 or 10413285. OLE color: 10413285.
HSL color Cylindrical-coordinate representation of color #E5E49E: hue angle of 59.15º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5E49E is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 158 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.10 |
| HSL | 59.15º | 0.58% | 0.76% | - |
| HSV(B) | 59.15º | 0.31% | 0.9% | - |
| XYZ | 66.23 | 74.61 | 43.26 | - |
| YUV | 220.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 158 | 0 | 0.00 | 0.31 | 0.10 | 59.15 | 0.58 | 0.76 |
| Hex | E5 | E4 | 9E | 0 | 0 | 1F | A | 3B | 3A | 4C |
| Octal | 345 | 344 | 236 | 0 | 0 | 37 | 12 | 73 | 72 | 114 |
| Binary | 11100101 | 11100100 | 10011110 | 0 | 0 | 11111 | 1010 | 111011 | 111010 | 1001100 |
Color Harmonies of #E5E49E
Complementary color
Monochromatic Colors of #E5E49E
Black with #E5E49E
Text Example
Text Example
White with #E5E49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E49E; }
p { color: rgb(229,228,158); }
H1.HeaderClassName
{
color: #E5E49E;
}
.AnyTagClassName
{
color: #E5E49E;
}
</style>
background-color css
<style>
a { background-color: #E5E49E; }
a { background-color: rgb(229,228,158); }
div.DivClassName
{
background-color: #E5E49E;
}
.BgClassName
{
background-color: #E5E49E;
}
</style>
border-color css
<style>
span { border-color: #E5E49E; }
span { border-color: rgb(229,228,158); }
td.TdClassName
{
border-color: #E5E49E;
}
.TagClassName
{
border-color: #E5E49E;
}
</style>