Shades of Goldenrod #E5E16E
Tints of Goldenrod #E5E16E
RGB
CMYK
RGB Variations
Color information
#E5E16E (or 0xE5E16E) is known color: Goldenrod. HEX triplet: E5, E1 and 6E. RGB value is (229,225,110). Sum of RGB (Red+Green+Blue) = 229+225+110=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E16E is #1A1E91. Grayscale: #D5D5D5. Windows color (decimal): -1711762 or 7266789. OLE color: 7266789.
HSL color Cylindrical-coordinate representation of color #E5E16E: hue angle of 57.98º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5E16E is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 110 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.10 |
| HSL | 57.98º | 0.7% | 0.66% | - |
| HSV(B) | 57.98º | 0.52% | 0.9% | - |
| XYZ | 62.05 | 71.63 | 25.31 | - |
| YUV | 213.09 | 69.83 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 110 | 0 | 0.02 | 0.52 | 0.10 | 57.98 | 0.7 | 0.66 |
| Hex | E5 | E1 | 6E | 0 | 2 | 34 | A | 3A | 46 | 42 |
| Octal | 345 | 341 | 156 | 0 | 2 | 64 | 12 | 72 | 106 | 102 |
| Binary | 11100101 | 11100001 | 1101110 | 0 | 10 | 110100 | 1010 | 111010 | 1000110 | 1000010 |
Color Harmonies of #E5E16E
Complementary color
Monochromatic Colors of #E5E16E
Black with #E5E16E
Text Example
Text Example
White with #E5E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E16E; }
p { color: rgb(229,225,110); }
H1.HeaderClassName
{
color: #E5E16E;
}
.AnyTagClassName
{
color: #E5E16E;
}
</style>
background-color css
<style>
a { background-color: #E5E16E; }
a { background-color: rgb(229,225,110); }
div.DivClassName
{
background-color: #E5E16E;
}
.BgClassName
{
background-color: #E5E16E;
}
</style>
border-color css
<style>
span { border-color: #E5E16E; }
span { border-color: rgb(229,225,110); }
td.TdClassName
{
border-color: #E5E16E;
}
.TagClassName
{
border-color: #E5E16E;
}
</style>