Shades of Goldenrod #E5E16F
Tints of Goldenrod #E5E16F
RGB
CMYK
RGB Variations
Color information
#E5E16F (or 0xE5E16F) is known color: Goldenrod. HEX triplet: E5, E1 and 6F. RGB value is (229,225,111). Sum of RGB (Red+Green+Blue) = 229+225+111=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E16F is #1A1E90. Grayscale: #D5D5D5. Windows color (decimal): -1711761 or 7332325. OLE color: 7332325.
HSL color Cylindrical-coordinate representation of color #E5E16F: hue angle of 57.97º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5E16F is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 111 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.10 |
| HSL | 57.97º | 0.69% | 0.67% | - |
| HSV(B) | 57.97º | 0.52% | 0.9% | - |
| XYZ | 62.11 | 71.66 | 25.6 | - |
| YUV | 213.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 111 | 0 | 0.02 | 0.52 | 0.10 | 57.97 | 0.69 | 0.67 |
| Hex | E5 | E1 | 6F | 0 | 2 | 34 | A | 3A | 45 | 43 |
| Octal | 345 | 341 | 157 | 0 | 2 | 64 | 12 | 72 | 105 | 103 |
| Binary | 11100101 | 11100001 | 1101111 | 0 | 10 | 110100 | 1010 | 111010 | 1000101 | 1000011 |
Color Harmonies of #E5E16F
Complementary color
Monochromatic Colors of #E5E16F
Black with #E5E16F
Text Example
Text Example
White with #E5E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E16F; }
p { color: rgb(229,225,111); }
H1.HeaderClassName
{
color: #E5E16F;
}
.AnyTagClassName
{
color: #E5E16F;
}
</style>
background-color css
<style>
a { background-color: #E5E16F; }
a { background-color: rgb(229,225,111); }
div.DivClassName
{
background-color: #E5E16F;
}
.BgClassName
{
background-color: #E5E16F;
}
</style>
border-color css
<style>
span { border-color: #E5E16F; }
span { border-color: rgb(229,225,111); }
td.TdClassName
{
border-color: #E5E16F;
}
.TagClassName
{
border-color: #E5E16F;
}
</style>