Shades of Goldenrod #E1E26E
Tints of Goldenrod #E1E26E
RGB
CMYK
RGB Variations
Color information
#E1E26E (or 0xE1E26E) is known color: Goldenrod. HEX triplet: E1, E2 and 6E. RGB value is (225,226,110). Sum of RGB (Red+Green+Blue) = 225+226+110=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E26E is #1E1D91. Grayscale: #D4D4D4. Windows color (decimal): -1973650 or 7267041. OLE color: 7267041.
HSL color Cylindrical-coordinate representation of color #E1E26E: hue angle of 60.52º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1E26E is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 226 | 110 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.11 |
| HSL | 60.52º | 0.67% | 0.66% | - |
| HSV(B) | 60.52º | 0.51% | 0.89% | - |
| XYZ | 61.06 | 71.53 | 25.34 | - |
| YUV | 212.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 110 | 0.00 | 0 | 0.51 | 0.11 | 60.52 | 0.67 | 0.66 |
| Hex | E1 | E2 | 6E | 0 | 0 | 33 | B | 3D | 43 | 42 |
| Octal | 341 | 342 | 156 | 0 | 0 | 63 | 13 | 75 | 103 | 102 |
| Binary | 11100001 | 11100010 | 1101110 | 0 | 0 | 110011 | 1011 | 111101 | 1000011 | 1000010 |
Color Harmonies of #E1E26E
Complementary color
Monochromatic Colors of #E1E26E
Black with #E1E26E
Text Example
Text Example
White with #E1E26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E26E; }
p { color: rgb(225,226,110); }
H1.HeaderClassName
{
color: #E1E26E;
}
.AnyTagClassName
{
color: #E1E26E;
}
</style>
background-color css
<style>
a { background-color: #E1E26E; }
a { background-color: rgb(225,226,110); }
div.DivClassName
{
background-color: #E1E26E;
}
.BgClassName
{
background-color: #E1E26E;
}
</style>
border-color css
<style>
span { border-color: #E1E26E; }
span { border-color: rgb(225,226,110); }
td.TdClassName
{
border-color: #E1E26E;
}
.TagClassName
{
border-color: #E1E26E;
}
</style>