Shades of Mindaro #E0E96E
Tints of Mindaro #E0E96E
RGB
CMYK
RGB Variations
Color information
#E0E96E (or 0xE0E96E) is known color: Mindaro. HEX triplet: E0, E9 and 6E. RGB value is (224,233,110). Sum of RGB (Red+Green+Blue) = 224+233+110=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0E96E is #1F1691. Grayscale: #D8D8D8. Windows color (decimal): -2037394 or 7268832. OLE color: 7268832.
HSL color Cylindrical-coordinate representation of color #E0E96E: hue angle of 64.39º degrees, saturation: 0.74, 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 #E0E96E is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 233 | 110 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.09 |
| HSL | 64.39º | 0.74% | 0.67% | - |
| HSV(B) | 64.39º | 0.53% | 0.91% | - |
| XYZ | 62.69 | 75.25 | 25.97 | - |
| YUV | 216.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 233 | 110 | 0.04 | 0 | 0.53 | 0.09 | 64.39 | 0.74 | 0.67 |
| Hex | E0 | E9 | 6E | 4 | 0 | 35 | 9 | 40 | 4A | 43 |
| Octal | 340 | 351 | 156 | 4 | 0 | 65 | 11 | 100 | 112 | 103 |
| Binary | 11100000 | 11101001 | 1101110 | 100 | 0 | 110101 | 1001 | 1000000 | 1001010 | 1000011 |
Color Harmonies of #E0E96E
Complementary color
Monochromatic Colors of #E0E96E
Black with #E0E96E
Text Example
Text Example
White with #E0E96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E96E; }
p { color: rgb(224,233,110); }
H1.HeaderClassName
{
color: #E0E96E;
}
.AnyTagClassName
{
color: #E0E96E;
}
</style>
background-color css
<style>
a { background-color: #E0E96E; }
a { background-color: rgb(224,233,110); }
div.DivClassName
{
background-color: #E0E96E;
}
.BgClassName
{
background-color: #E0E96E;
}
</style>
border-color css
<style>
span { border-color: #E0E96E; }
span { border-color: rgb(224,233,110); }
td.TdClassName
{
border-color: #E0E96E;
}
.TagClassName
{
border-color: #E0E96E;
}
</style>