Shades of Goldenrod #E1E172
Tints of Goldenrod #E1E172
RGB
CMYK
RGB Variations
Color information
#E1E172 (or 0xE1E172) is known color: Goldenrod. HEX triplet: E1, E1 and 72. RGB value is (225,225,114). Sum of RGB (Red+Green+Blue) = 225+225+114=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E172 is #1E1E8D. Grayscale: #D4D4D4. Windows color (decimal): -1973902 or 7528929. OLE color: 7528929.
HSL color Cylindrical-coordinate representation of color #E1E172: hue angle of 60º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1E172 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 114 | - |
| CMYK | 0 | 0 | 0.49 | 0.12 |
| HSL | 60º | 0.65% | 0.66% | - |
| HSV(B) | 60º | 0.49% | 0.88% | - |
| XYZ | 61.01 | 71.07 | 26.42 | - |
| YUV | 212.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 114 | 0 | 0 | 0.49 | 0.12 | 60 | 0.65 | 0.66 |
| Hex | E1 | E1 | 72 | 0 | 0 | 31 | C | 3C | 41 | 42 |
| Octal | 341 | 341 | 162 | 0 | 0 | 61 | 14 | 74 | 101 | 102 |
| Binary | 11100001 | 11100001 | 1110010 | 0 | 0 | 110001 | 1100 | 111100 | 1000001 | 1000010 |
Color Harmonies of #E1E172
Complementary color
Monochromatic Colors of #E1E172
Black with #E1E172
Text Example
Text Example
White with #E1E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E172; }
p { color: rgb(225,225,114); }
H1.HeaderClassName
{
color: #E1E172;
}
.AnyTagClassName
{
color: #E1E172;
}
</style>
background-color css
<style>
a { background-color: #E1E172; }
a { background-color: rgb(225,225,114); }
div.DivClassName
{
background-color: #E1E172;
}
.BgClassName
{
background-color: #E1E172;
}
</style>
border-color css
<style>
span { border-color: #E1E172; }
span { border-color: rgb(225,225,114); }
td.TdClassName
{
border-color: #E1E172;
}
.TagClassName
{
border-color: #E1E172;
}
</style>