Shades of Goldenrod #E0E16A
Tints of Goldenrod #E0E16A
RGB
CMYK
RGB Variations
Color information
#E0E16A (or 0xE0E16A) is known color: Goldenrod. HEX triplet: E0, E1 and 6A. RGB value is (224,225,106). Sum of RGB (Red+Green+Blue) = 224+225+106=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E16A is #1F1E95. Grayscale: #D3D3D3. Windows color (decimal): -2039446 or 7004640. OLE color: 7004640.
HSL color Cylindrical-coordinate representation of color #E0E16A: hue angle of 60.5º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0E16A is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 106 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.12 |
| HSL | 60.5º | 0.66% | 0.65% | - |
| HSV(B) | 60.5º | 0.53% | 0.88% | - |
| XYZ | 60.27 | 70.74 | 24.11 | - |
| YUV | 211.14 | 68.67 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 106 | 0.00 | 0 | 0.53 | 0.12 | 60.5 | 0.66 | 0.65 |
| Hex | E0 | E1 | 6A | 0 | 0 | 35 | C | 3D | 42 | 41 |
| Octal | 340 | 341 | 152 | 0 | 0 | 65 | 14 | 75 | 102 | 101 |
| Binary | 11100000 | 11100001 | 1101010 | 0 | 0 | 110101 | 1100 | 111101 | 1000010 | 1000001 |
Color Harmonies of #E0E16A
Complementary color
Monochromatic Colors of #E0E16A
Black with #E0E16A
Text Example
Text Example
White with #E0E16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E16A; }
p { color: rgb(224,225,106); }
H1.HeaderClassName
{
color: #E0E16A;
}
.AnyTagClassName
{
color: #E0E16A;
}
</style>
background-color css
<style>
a { background-color: #E0E16A; }
a { background-color: rgb(224,225,106); }
div.DivClassName
{
background-color: #E0E16A;
}
.BgClassName
{
background-color: #E0E16A;
}
</style>
border-color css
<style>
span { border-color: #E0E16A; }
span { border-color: rgb(224,225,106); }
td.TdClassName
{
border-color: #E0E16A;
}
.TagClassName
{
border-color: #E0E16A;
}
</style>