Shades of Goldenrod #E1E272
Tints of Goldenrod #E1E272
RGB
CMYK
RGB Variations
Color information
#E1E272 (or 0xE1E272) is known color: Goldenrod. HEX triplet: E1, E2 and 72. RGB value is (225,226,114). Sum of RGB (Red+Green+Blue) = 225+226+114=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E272 is #1E1D8D. Grayscale: #D5D5D5. Windows color (decimal): -1973646 or 7529185. OLE color: 7529185.
HSL color Cylindrical-coordinate representation of color #E1E272: hue angle of 60.54º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1E272 is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 226 | 114 | - |
| CMYK | 0.00 | 0 | 0.50 | 0.11 |
| HSL | 60.54º | 0.66% | 0.67% | - |
| HSV(B) | 60.54º | 0.5% | 0.89% | - |
| XYZ | 61.28 | 71.62 | 26.51 | - |
| YUV | 212.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 114 | 0.00 | 0 | 0.50 | 0.11 | 60.54 | 0.66 | 0.67 |
| Hex | E1 | E2 | 72 | 0 | 0 | 32 | B | 3D | 42 | 43 |
| Octal | 341 | 342 | 162 | 0 | 0 | 62 | 13 | 75 | 102 | 103 |
| Binary | 11100001 | 11100010 | 1110010 | 0 | 0 | 110010 | 1011 | 111101 | 1000010 | 1000011 |
Color Harmonies of #E1E272
Complementary color
Monochromatic Colors of #E1E272
Black with #E1E272
Text Example
Text Example
White with #E1E272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E272; }
p { color: rgb(225,226,114); }
H1.HeaderClassName
{
color: #E1E272;
}
.AnyTagClassName
{
color: #E1E272;
}
</style>
background-color css
<style>
a { background-color: #E1E272; }
a { background-color: rgb(225,226,114); }
div.DivClassName
{
background-color: #E1E272;
}
.BgClassName
{
background-color: #E1E272;
}
</style>
border-color css
<style>
span { border-color: #E1E272; }
span { border-color: rgb(225,226,114); }
td.TdClassName
{
border-color: #E1E272;
}
.TagClassName
{
border-color: #E1E272;
}
</style>