Shades of Goldenrod #E0E16D
Tints of Goldenrod #E0E16D
RGB
CMYK
RGB Variations
Color information
#E0E16D (or 0xE0E16D) is known color: Goldenrod. HEX triplet: E0, E1 and 6D. RGB value is (224,225,109). Sum of RGB (Red+Green+Blue) = 224+225+109=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E16D is #1F1E92. Grayscale: #D3D3D3. Windows color (decimal): -2039443 or 7201248. OLE color: 7201248.
HSL color Cylindrical-coordinate representation of color #E0E16D: hue angle of 60.52º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0E16D is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 109 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.12 |
| HSL | 60.52º | 0.66% | 0.65% | - |
| HSV(B) | 60.52º | 0.52% | 0.88% | - |
| XYZ | 60.43 | 70.8 | 24.95 | - |
| YUV | 211.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 109 | 0.00 | 0 | 0.52 | 0.12 | 60.52 | 0.66 | 0.65 |
| Hex | E0 | E1 | 6D | 0 | 0 | 34 | C | 3D | 42 | 41 |
| Octal | 340 | 341 | 155 | 0 | 0 | 64 | 14 | 75 | 102 | 101 |
| Binary | 11100000 | 11100001 | 1101101 | 0 | 0 | 110100 | 1100 | 111101 | 1000010 | 1000001 |
Color Harmonies of #E0E16D
Complementary color
Monochromatic Colors of #E0E16D
Black with #E0E16D
Text Example
Text Example
White with #E0E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E16D; }
p { color: rgb(224,225,109); }
H1.HeaderClassName
{
color: #E0E16D;
}
.AnyTagClassName
{
color: #E0E16D;
}
</style>
background-color css
<style>
a { background-color: #E0E16D; }
a { background-color: rgb(224,225,109); }
div.DivClassName
{
background-color: #E0E16D;
}
.BgClassName
{
background-color: #E0E16D;
}
</style>
border-color css
<style>
span { border-color: #E0E16D; }
span { border-color: rgb(224,225,109); }
td.TdClassName
{
border-color: #E0E16D;
}
.TagClassName
{
border-color: #E0E16D;
}
</style>