Shades of Goldenrod #E1E271
Tints of Goldenrod #E1E271
RGB
CMYK
RGB Variations
Color information
#E1E271 (or 0xE1E271) is known color: Goldenrod. HEX triplet: E1, E2 and 71. RGB value is (225,226,113). Sum of RGB (Red+Green+Blue) = 225+226+113=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E271 is #1E1D8E. Grayscale: #D5D5D5. Windows color (decimal): -1973647 or 7463649. OLE color: 7463649.
HSL color Cylindrical-coordinate representation of color #E1E271: hue angle of 60.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1E271 is Cyan = 0.00, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 226 | 113 | - |
| CMYK | 0.00 | 0 | 0.5 | 0.11 |
| HSL | 60.53º | 0.66% | 0.66% | - |
| HSV(B) | 60.53º | 0.5% | 0.89% | - |
| XYZ | 61.23 | 71.59 | 26.21 | - |
| YUV | 212.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 113 | 0.00 | 0 | 0.5 | 0.11 | 60.53 | 0.66 | 0.66 |
| Hex | E1 | E2 | 71 | 0 | 0 | 32 | B | 3D | 42 | 42 |
| Octal | 341 | 342 | 161 | 0 | 0 | 62 | 13 | 75 | 102 | 102 |
| Binary | 11100001 | 11100010 | 1110001 | 0 | 0 | 110010 | 1011 | 111101 | 1000010 | 1000010 |
Color Harmonies of #E1E271
Complementary color
Monochromatic Colors of #E1E271
Black with #E1E271
Text Example
Text Example
White with #E1E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E271; }
p { color: rgb(225,226,113); }
H1.HeaderClassName
{
color: #E1E271;
}
.AnyTagClassName
{
color: #E1E271;
}
</style>
background-color css
<style>
a { background-color: #E1E271; }
a { background-color: rgb(225,226,113); }
div.DivClassName
{
background-color: #E1E271;
}
.BgClassName
{
background-color: #E1E271;
}
</style>
border-color css
<style>
span { border-color: #E1E271; }
span { border-color: rgb(225,226,113); }
td.TdClassName
{
border-color: #E1E271;
}
.TagClassName
{
border-color: #E1E271;
}
</style>