Shades of Goldenrod #E0E271
Tints of Goldenrod #E0E271
RGB
CMYK
RGB Variations
Color information
#E0E271 (or 0xE0E271) is known color: Goldenrod. HEX triplet: E0, E2 and 71. RGB value is (224,226,113). Sum of RGB (Red+Green+Blue) = 224+226+113=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E271 is #1F1D8E. Grayscale: #D4D4D4. Windows color (decimal): -2039183 or 7463648. OLE color: 7463648.
HSL color Cylindrical-coordinate representation of color #E0E271: hue angle of 61.06º 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 #E0E271 is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 113 | - |
| CMYK | 0.01 | 0 | 0.5 | 0.11 |
| HSL | 61.06º | 0.66% | 0.66% | - |
| HSV(B) | 61.06º | 0.5% | 0.89% | - |
| XYZ | 60.92 | 71.43 | 26.2 | - |
| YUV | 212.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 113 | 0.01 | 0 | 0.5 | 0.11 | 61.06 | 0.66 | 0.66 |
| Hex | E0 | E2 | 71 | 1 | 0 | 32 | B | 3D | 42 | 42 |
| Octal | 340 | 342 | 161 | 1 | 0 | 62 | 13 | 75 | 102 | 102 |
| Binary | 11100000 | 11100010 | 1110001 | 1 | 0 | 110010 | 1011 | 111101 | 1000010 | 1000010 |
Color Harmonies of #E0E271
Complementary color
Monochromatic Colors of #E0E271
Black with #E0E271
Text Example
Text Example
White with #E0E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E271; }
p { color: rgb(224,226,113); }
H1.HeaderClassName
{
color: #E0E271;
}
.AnyTagClassName
{
color: #E0E271;
}
</style>
background-color css
<style>
a { background-color: #E0E271; }
a { background-color: rgb(224,226,113); }
div.DivClassName
{
background-color: #E0E271;
}
.BgClassName
{
background-color: #E0E271;
}
</style>
border-color css
<style>
span { border-color: #E0E271; }
span { border-color: rgb(224,226,113); }
td.TdClassName
{
border-color: #E0E271;
}
.TagClassName
{
border-color: #E0E271;
}
</style>