Shades of Goldenrod #E2E46E
Tints of Goldenrod #E2E46E
RGB
CMYK
RGB Variations
Color information
#E2E46E (or 0xE2E46E) is known color: Goldenrod. HEX triplet: E2, E4 and 6E. RGB value is (226,228,110). Sum of RGB (Red+Green+Blue) = 226+228+110=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E46E is #1D1B91. Grayscale: #D6D6D6. Windows color (decimal): -1907602 or 7267554. OLE color: 7267554.
HSL color Cylindrical-coordinate representation of color #E2E46E: hue angle of 61.02º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2E46E is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 110 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.11 |
| HSL | 61.02º | 0.69% | 0.66% | - |
| HSV(B) | 61.02º | 0.52% | 0.89% | - |
| XYZ | 61.92 | 72.78 | 25.54 | - |
| YUV | 213.95 | 69.34 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 110 | 0.01 | 0 | 0.52 | 0.11 | 61.02 | 0.69 | 0.66 |
| Hex | E2 | E4 | 6E | 1 | 0 | 34 | B | 3D | 45 | 42 |
| Octal | 342 | 344 | 156 | 1 | 0 | 64 | 13 | 75 | 105 | 102 |
| Binary | 11100010 | 11100100 | 1101110 | 1 | 0 | 110100 | 1011 | 111101 | 1000101 | 1000010 |
Color Harmonies of #E2E46E
Complementary color
Monochromatic Colors of #E2E46E
Black with #E2E46E
Text Example
Text Example
White with #E2E46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E46E; }
p { color: rgb(226,228,110); }
H1.HeaderClassName
{
color: #E2E46E;
}
.AnyTagClassName
{
color: #E2E46E;
}
</style>
background-color css
<style>
a { background-color: #E2E46E; }
a { background-color: rgb(226,228,110); }
div.DivClassName
{
background-color: #E2E46E;
}
.BgClassName
{
background-color: #E2E46E;
}
</style>
border-color css
<style>
span { border-color: #E2E46E; }
span { border-color: rgb(226,228,110); }
td.TdClassName
{
border-color: #E2E46E;
}
.TagClassName
{
border-color: #E2E46E;
}
</style>