Shades of Goldenrod #E0E36D
Tints of Goldenrod #E0E36D
RGB
CMYK
RGB Variations
Color information
#E0E36D (or 0xE0E36D) is known color: Goldenrod. HEX triplet: E0, E3 and 6D. RGB value is (224,227,109). Sum of RGB (Red+Green+Blue) = 224+227+109=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E36D is #1F1C92. Grayscale: #D5D5D5. Windows color (decimal): -2038931 or 7201760. OLE color: 7201760.
HSL color Cylindrical-coordinate representation of color #E0E36D: hue angle of 61.53º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0E36D is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 109 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.11 |
| HSL | 61.53º | 0.68% | 0.66% | - |
| HSV(B) | 61.53º | 0.52% | 0.89% | - |
| XYZ | 60.97 | 71.89 | 25.13 | - |
| YUV | 212.65 | 69.51 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 109 | 0.01 | 0 | 0.52 | 0.11 | 61.53 | 0.68 | 0.66 |
| Hex | E0 | E3 | 6D | 1 | 0 | 34 | B | 3E | 44 | 42 |
| Octal | 340 | 343 | 155 | 1 | 0 | 64 | 13 | 76 | 104 | 102 |
| Binary | 11100000 | 11100011 | 1101101 | 1 | 0 | 110100 | 1011 | 111110 | 1000100 | 1000010 |
Color Harmonies of #E0E36D
Complementary color
Monochromatic Colors of #E0E36D
Black with #E0E36D
Text Example
Text Example
White with #E0E36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E36D; }
p { color: rgb(224,227,109); }
H1.HeaderClassName
{
color: #E0E36D;
}
.AnyTagClassName
{
color: #E0E36D;
}
</style>
background-color css
<style>
a { background-color: #E0E36D; }
a { background-color: rgb(224,227,109); }
div.DivClassName
{
background-color: #E0E36D;
}
.BgClassName
{
background-color: #E0E36D;
}
</style>
border-color css
<style>
span { border-color: #E0E36D; }
span { border-color: rgb(224,227,109); }
td.TdClassName
{
border-color: #E0E36D;
}
.TagClassName
{
border-color: #E0E36D;
}
</style>