Shades of Goldenrod #E5E16B
Tints of Goldenrod #E5E16B
RGB
CMYK
RGB Variations
Color information
#E5E16B (or 0xE5E16B) is known color: Goldenrod. HEX triplet: E5, E1 and 6B. RGB value is (229,225,107). Sum of RGB (Red+Green+Blue) = 229+225+107=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E16B is #1A1E94. Grayscale: #D5D5D5. Windows color (decimal): -1711765 or 7070181. OLE color: 7070181.
HSL color Cylindrical-coordinate representation of color #E5E16B: hue angle of 58.03º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5E16B is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 107 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.10 |
| HSL | 58.03º | 0.7% | 0.66% | - |
| HSV(B) | 58.03º | 0.53% | 0.9% | - |
| XYZ | 61.89 | 71.57 | 24.46 | - |
| YUV | 212.74 | 68.33 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 107 | 0 | 0.02 | 0.53 | 0.10 | 58.03 | 0.7 | 0.66 |
| Hex | E5 | E1 | 6B | 0 | 2 | 35 | A | 3A | 46 | 42 |
| Octal | 345 | 341 | 153 | 0 | 2 | 65 | 12 | 72 | 106 | 102 |
| Binary | 11100101 | 11100001 | 1101011 | 0 | 10 | 110101 | 1010 | 111010 | 1000110 | 1000010 |
Color Harmonies of #E5E16B
Complementary color
Monochromatic Colors of #E5E16B
Black with #E5E16B
Text Example
Text Example
White with #E5E16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E16B; }
p { color: rgb(229,225,107); }
H1.HeaderClassName
{
color: #E5E16B;
}
.AnyTagClassName
{
color: #E5E16B;
}
</style>
background-color css
<style>
a { background-color: #E5E16B; }
a { background-color: rgb(229,225,107); }
div.DivClassName
{
background-color: #E5E16B;
}
.BgClassName
{
background-color: #E5E16B;
}
</style>
border-color css
<style>
span { border-color: #E5E16B; }
span { border-color: rgb(229,225,107); }
td.TdClassName
{
border-color: #E5E16B;
}
.TagClassName
{
border-color: #E5E16B;
}
</style>