Shades of Mindaro #E0EC80
Tints of Mindaro #E0EC80
RGB
CMYK
RGB Variations
Color information
#E0EC80 (or 0xE0EC80) is known color: Mindaro. HEX triplet: E0, EC and 80. RGB value is (224,236,128). Sum of RGB (Red+Green+Blue) = 224+236+128=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EC80 is #1F137F. Grayscale: #DCDCDC. Windows color (decimal): -2036608 or 8449248. OLE color: 8449248.
HSL color Cylindrical-coordinate representation of color #E0EC80: hue angle of 66.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0EC80 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 128 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.07 |
| HSL | 66.67º | 0.74% | 0.71% | - |
| HSV(B) | 66.67º | 0.46% | 0.93% | - |
| XYZ | 64.63 | 77.4 | 31.95 | - |
| YUV | 220.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 128 | 0.05 | 0 | 0.46 | 0.07 | 66.67 | 0.74 | 0.71 |
| Hex | E0 | EC | 80 | 5 | 0 | 2E | 7 | 43 | 4A | 47 |
| Octal | 340 | 354 | 200 | 5 | 0 | 56 | 7 | 103 | 112 | 107 |
| Binary | 11100000 | 11101100 | 10000000 | 101 | 0 | 101110 | 111 | 1000011 | 1001010 | 1000111 |
Color Harmonies of #E0EC80
Complementary color
Monochromatic Colors of #E0EC80
Black with #E0EC80
Text Example
Text Example
White with #E0EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EC80; }
p { color: rgb(224,236,128); }
H1.HeaderClassName
{
color: #E0EC80;
}
.AnyTagClassName
{
color: #E0EC80;
}
</style>
background-color css
<style>
a { background-color: #E0EC80; }
a { background-color: rgb(224,236,128); }
div.DivClassName
{
background-color: #E0EC80;
}
.BgClassName
{
background-color: #E0EC80;
}
</style>
border-color css
<style>
span { border-color: #E0EC80; }
span { border-color: rgb(224,236,128); }
td.TdClassName
{
border-color: #E0EC80;
}
.TagClassName
{
border-color: #E0EC80;
}
</style>