Shades of Mindaro #E0EB80
Tints of Mindaro #E0EB80
RGB
CMYK
RGB Variations
Color information
#E0EB80 (or 0xE0EB80) is known color: Mindaro. HEX triplet: E0, EB and 80. RGB value is (224,235,128). Sum of RGB (Red+Green+Blue) = 224+235+128=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EB80 is #1F147F. Grayscale: #DBDBDB. Windows color (decimal): -2036864 or 8448992. OLE color: 8448992.
HSL color Cylindrical-coordinate representation of color #E0EB80: hue angle of 66.17º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0EB80 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 235 | 128 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.08 |
| HSL | 66.17º | 0.73% | 0.71% | - |
| HSV(B) | 66.17º | 0.46% | 0.92% | - |
| XYZ | 64.35 | 76.82 | 31.86 | - |
| YUV | 219.51 | 76.36 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 235 | 128 | 0.05 | 0 | 0.46 | 0.08 | 66.17 | 0.73 | 0.71 |
| Hex | E0 | EB | 80 | 5 | 0 | 2E | 8 | 42 | 49 | 47 |
| Octal | 340 | 353 | 200 | 5 | 0 | 56 | 10 | 102 | 111 | 107 |
| Binary | 11100000 | 11101011 | 10000000 | 101 | 0 | 101110 | 1000 | 1000010 | 1001001 | 1000111 |
Color Harmonies of #E0EB80
Complementary color
Monochromatic Colors of #E0EB80
Black with #E0EB80
Text Example
Text Example
White with #E0EB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EB80; }
p { color: rgb(224,235,128); }
H1.HeaderClassName
{
color: #E0EB80;
}
.AnyTagClassName
{
color: #E0EB80;
}
</style>
background-color css
<style>
a { background-color: #E0EB80; }
a { background-color: rgb(224,235,128); }
div.DivClassName
{
background-color: #E0EB80;
}
.BgClassName
{
background-color: #E0EB80;
}
</style>
border-color css
<style>
span { border-color: #E0EB80; }
span { border-color: rgb(224,235,128); }
td.TdClassName
{
border-color: #E0EB80;
}
.TagClassName
{
border-color: #E0EB80;
}
</style>