Shades of Goldenrod #E1E06F
Tints of Goldenrod #E1E06F
RGB
CMYK
RGB Variations
Color information
#E1E06F (or 0xE1E06F) is known color: Goldenrod. HEX triplet: E1, E0 and 6F. RGB value is (225,224,111). Sum of RGB (Red+Green+Blue) = 225+224+111=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 111 (43.75% from 255 or 19.82% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E06F is #1E1F90. Grayscale: #D3D3D3. Windows color (decimal): -1974161 or 7332065. OLE color: 7332065.
HSL color Cylindrical-coordinate representation of color #E1E06F: hue angle of 59.47º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1E06F is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 111 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.12 |
| HSL | 59.47º | 0.66% | 0.66% | - |
| HSV(B) | 59.47º | 0.51% | 0.88% | - |
| XYZ | 60.58 | 70.47 | 25.45 | - |
| YUV | 211.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 111 | 0 | 0.00 | 0.51 | 0.12 | 59.47 | 0.66 | 0.66 |
| Hex | E1 | E0 | 6F | 0 | 0 | 33 | C | 3B | 42 | 42 |
| Octal | 341 | 340 | 157 | 0 | 0 | 63 | 14 | 73 | 102 | 102 |
| Binary | 11100001 | 11100000 | 1101111 | 0 | 0 | 110011 | 1100 | 111011 | 1000010 | 1000010 |
Color Harmonies of #E1E06F
Complementary color
Monochromatic Colors of #E1E06F
Black with #E1E06F
Text Example
Text Example
White with #E1E06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E06F; }
p { color: rgb(225,224,111); }
H1.HeaderClassName
{
color: #E1E06F;
}
.AnyTagClassName
{
color: #E1E06F;
}
</style>
background-color css
<style>
a { background-color: #E1E06F; }
a { background-color: rgb(225,224,111); }
div.DivClassName
{
background-color: #E1E06F;
}
.BgClassName
{
background-color: #E1E06F;
}
</style>
border-color css
<style>
span { border-color: #E1E06F; }
span { border-color: rgb(225,224,111); }
td.TdClassName
{
border-color: #E1E06F;
}
.TagClassName
{
border-color: #E1E06F;
}
</style>