Shades of Mindaro #E1E86E
Tints of Mindaro #E1E86E
RGB
CMYK
RGB Variations
Color information
#E1E86E (or 0xE1E86E) is known color: Mindaro. HEX triplet: E1, E8 and 6E. RGB value is (225,232,110). Sum of RGB (Red+Green+Blue) = 225+232+110=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #E1E86E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1E86E is #1E1791. Grayscale: #D8D8D8. Windows color (decimal): -1972114 or 7268577. OLE color: 7268577.
HSL color Cylindrical-coordinate representation of color #E1E86E: hue angle of 63.44º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1E86E is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 232 | 110 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.09 |
| HSL | 63.44º | 0.73% | 0.67% | - |
| HSV(B) | 63.44º | 0.53% | 0.91% | - |
| XYZ | 62.72 | 74.85 | 25.89 | - |
| YUV | 216 | 68.18 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 232 | 110 | 0.03 | 0 | 0.53 | 0.09 | 63.44 | 0.73 | 0.67 |
| Hex | E1 | E8 | 6E | 3 | 0 | 35 | 9 | 3F | 49 | 43 |
| Octal | 341 | 350 | 156 | 3 | 0 | 65 | 11 | 77 | 111 | 103 |
| Binary | 11100001 | 11101000 | 1101110 | 11 | 0 | 110101 | 1001 | 111111 | 1001001 | 1000011 |
Color Harmonies of #E1E86E
Complementary color
Monochromatic Colors of #E1E86E
Black with #E1E86E
Text Example
Text Example
White with #E1E86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E86E; }
p { color: rgb(225,232,110); }
H1.HeaderClassName
{
color: #E1E86E;
}
.AnyTagClassName
{
color: #E1E86E;
}
</style>
background-color css
<style>
a { background-color: #E1E86E; }
a { background-color: rgb(225,232,110); }
div.DivClassName
{
background-color: #E1E86E;
}
.BgClassName
{
background-color: #E1E86E;
}
</style>
border-color css
<style>
span { border-color: #E1E86E; }
span { border-color: rgb(225,232,110); }
td.TdClassName
{
border-color: #E1E86E;
}
.TagClassName
{
border-color: #E1E86E;
}
</style>