Shades of Medium Goldenrod #E2ECA0
Tints of Medium Goldenrod #E2ECA0
RGB
CMYK
RGB Variations
Color information
#E2ECA0 (or 0xE2ECA0) is known color: Medium Goldenrod. HEX triplet: E2, EC and A0. RGB value is (226,236,160). Sum of RGB (Red+Green+Blue) = 226+236+160=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2ECA0 is #1D135F. Grayscale: #E0E0E0. Windows color (decimal): -1905504 or 10546402. OLE color: 10546402.
HSL color Cylindrical-coordinate representation of color #E2ECA0: hue angle of 67.89º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2ECA0 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 160 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.07 |
| HSL | 67.89º | 0.67% | 0.78% | - |
| HSV(B) | 67.89º | 0.32% | 0.93% | - |
| XYZ | 67.7 | 78.7 | 44.88 | - |
| YUV | 224.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 160 | 0.04 | 0 | 0.32 | 0.07 | 67.89 | 0.67 | 0.78 |
| Hex | E2 | EC | A0 | 4 | 0 | 20 | 7 | 44 | 43 | 4E |
| Octal | 342 | 354 | 240 | 4 | 0 | 40 | 7 | 104 | 103 | 116 |
| Binary | 11100010 | 11101100 | 10100000 | 100 | 0 | 100000 | 111 | 1000100 | 1000011 | 1001110 |
Color Harmonies of #E2ECA0
Complementary color
Monochromatic Colors of #E2ECA0
Black with #E2ECA0
Text Example
Text Example
White with #E2ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECA0; }
p { color: rgb(226,236,160); }
H1.HeaderClassName
{
color: #E2ECA0;
}
.AnyTagClassName
{
color: #E2ECA0;
}
</style>
background-color css
<style>
a { background-color: #E2ECA0; }
a { background-color: rgb(226,236,160); }
div.DivClassName
{
background-color: #E2ECA0;
}
.BgClassName
{
background-color: #E2ECA0;
}
</style>
border-color css
<style>
span { border-color: #E2ECA0; }
span { border-color: rgb(226,236,160); }
td.TdClassName
{
border-color: #E2ECA0;
}
.TagClassName
{
border-color: #E2ECA0;
}
</style>