Shades of Goldenrod #E5E16D
Tints of Goldenrod #E5E16D
RGB
CMYK
RGB Variations
Color information
#E5E16D (or 0xE5E16D) is known color: Goldenrod. HEX triplet: E5, E1 and 6D. RGB value is (229,225,109). Sum of RGB (Red+Green+Blue) = 229+225+109=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E16D is #1A1E92. Grayscale: #D5D5D5. Windows color (decimal): -1711763 or 7201253. OLE color: 7201253.
HSL color Cylindrical-coordinate representation of color #E5E16D: hue angle of 58º 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 #E5E16D is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 109 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.10 |
| HSL | 58º | 0.7% | 0.66% | - |
| HSV(B) | 58º | 0.52% | 0.9% | - |
| XYZ | 62 | 71.61 | 25.02 | - |
| YUV | 212.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 109 | 0 | 0.02 | 0.52 | 0.10 | 58 | 0.7 | 0.66 |
| Hex | E5 | E1 | 6D | 0 | 2 | 34 | A | 3A | 46 | 42 |
| Octal | 345 | 341 | 155 | 0 | 2 | 64 | 12 | 72 | 106 | 102 |
| Binary | 11100101 | 11100001 | 1101101 | 0 | 10 | 110100 | 1010 | 111010 | 1000110 | 1000010 |
Color Harmonies of #E5E16D
Complementary color
Monochromatic Colors of #E5E16D
Black with #E5E16D
Text Example
Text Example
White with #E5E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E16D; }
p { color: rgb(229,225,109); }
H1.HeaderClassName
{
color: #E5E16D;
}
.AnyTagClassName
{
color: #E5E16D;
}
</style>
background-color css
<style>
a { background-color: #E5E16D; }
a { background-color: rgb(229,225,109); }
div.DivClassName
{
background-color: #E5E16D;
}
.BgClassName
{
background-color: #E5E16D;
}
</style>
border-color css
<style>
span { border-color: #E5E16D; }
span { border-color: rgb(229,225,109); }
td.TdClassName
{
border-color: #E5E16D;
}
.TagClassName
{
border-color: #E5E16D;
}
</style>