Shades of Goldenrod #E1E075
Tints of Goldenrod #E1E075
RGB
CMYK
RGB Variations
Color information
#E1E075 (or 0xE1E075) is known color: Goldenrod. HEX triplet: E1, E0 and 75. RGB value is (225,224,117). Sum of RGB (Red+Green+Blue) = 225+224+117=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E075 is #1E1F8A. Grayscale: #D4D4D4. Windows color (decimal): -1974155 or 7725281. OLE color: 7725281.
HSL color Cylindrical-coordinate representation of color #E1E075: hue angle of 59.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1E075 is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 117 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.12 |
| HSL | 59.44º | 0.64% | 0.67% | - |
| HSV(B) | 59.44º | 0.48% | 0.88% | - |
| XYZ | 60.92 | 70.6 | 27.25 | - |
| YUV | 212.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 117 | 0 | 0.00 | 0.48 | 0.12 | 59.44 | 0.64 | 0.67 |
| Hex | E1 | E0 | 75 | 0 | 0 | 30 | C | 3B | 40 | 43 |
| Octal | 341 | 340 | 165 | 0 | 0 | 60 | 14 | 73 | 100 | 103 |
| Binary | 11100001 | 11100000 | 1110101 | 0 | 0 | 110000 | 1100 | 111011 | 1000000 | 1000011 |
Color Harmonies of #E1E075
Complementary color
Monochromatic Colors of #E1E075
Black with #E1E075
Text Example
Text Example
White with #E1E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E075; }
p { color: rgb(225,224,117); }
H1.HeaderClassName
{
color: #E1E075;
}
.AnyTagClassName
{
color: #E1E075;
}
</style>
background-color css
<style>
a { background-color: #E1E075; }
a { background-color: rgb(225,224,117); }
div.DivClassName
{
background-color: #E1E075;
}
.BgClassName
{
background-color: #E1E075;
}
</style>
border-color css
<style>
span { border-color: #E1E075; }
span { border-color: rgb(225,224,117); }
td.TdClassName
{
border-color: #E1E075;
}
.TagClassName
{
border-color: #E1E075;
}
</style>