Shades of Goldenrod #E1E06A
Tints of Goldenrod #E1E06A
RGB
CMYK
RGB Variations
Color information
#E1E06A (or 0xE1E06A) is known color: Goldenrod. HEX triplet: E1, E0 and 6A. RGB value is (225,224,106). Sum of RGB (Red+Green+Blue) = 225+224+106=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E06A is #1E1F95. Grayscale: #D3D3D3. Windows color (decimal): -1974166 or 7004385. OLE color: 7004385.
HSL color Cylindrical-coordinate representation of color #E1E06A: hue angle of 59.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 #E1E06A is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 106 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.12 |
| HSL | 59.5º | 0.66% | 0.65% | - |
| HSV(B) | 59.5º | 0.53% | 0.88% | - |
| XYZ | 60.31 | 70.36 | 24.04 | - |
| YUV | 210.85 | 68.83 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 106 | 0 | 0.00 | 0.53 | 0.12 | 59.5 | 0.66 | 0.65 |
| Hex | E1 | E0 | 6A | 0 | 0 | 35 | C | 3B | 42 | 41 |
| Octal | 341 | 340 | 152 | 0 | 0 | 65 | 14 | 73 | 102 | 101 |
| Binary | 11100001 | 11100000 | 1101010 | 0 | 0 | 110101 | 1100 | 111011 | 1000010 | 1000001 |
Color Harmonies of #E1E06A
Complementary color
Monochromatic Colors of #E1E06A
Black with #E1E06A
Text Example
Text Example
White with #E1E06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E06A; }
p { color: rgb(225,224,106); }
H1.HeaderClassName
{
color: #E1E06A;
}
.AnyTagClassName
{
color: #E1E06A;
}
</style>
background-color css
<style>
a { background-color: #E1E06A; }
a { background-color: rgb(225,224,106); }
div.DivClassName
{
background-color: #E1E06A;
}
.BgClassName
{
background-color: #E1E06A;
}
</style>
border-color css
<style>
span { border-color: #E1E06A; }
span { border-color: rgb(225,224,106); }
td.TdClassName
{
border-color: #E1E06A;
}
.TagClassName
{
border-color: #E1E06A;
}
</style>