Shades of Mindaro #E0E96F
Tints of Mindaro #E0E96F
RGB
CMYK
RGB Variations
Color information
#E0E96F (or 0xE0E96F) is known color: Mindaro. HEX triplet: E0, E9 and 6F. RGB value is (224,233,111). Sum of RGB (Red+Green+Blue) = 224+233+111=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 111 (43.75% from 255 or 19.54% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0E96F is #1F1690. Grayscale: #D8D8D8. Windows color (decimal): -2037393 or 7334368. OLE color: 7334368.
HSL color Cylindrical-coordinate representation of color #E0E96F: hue angle of 64.43º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0E96F is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 233 | 111 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.09 |
| HSL | 64.43º | 0.73% | 0.67% | - |
| HSV(B) | 64.43º | 0.52% | 0.91% | - |
| XYZ | 62.75 | 75.27 | 26.26 | - |
| YUV | 216.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 233 | 111 | 0.04 | 0 | 0.52 | 0.09 | 64.43 | 0.73 | 0.67 |
| Hex | E0 | E9 | 6F | 4 | 0 | 34 | 9 | 40 | 49 | 43 |
| Octal | 340 | 351 | 157 | 4 | 0 | 64 | 11 | 100 | 111 | 103 |
| Binary | 11100000 | 11101001 | 1101111 | 100 | 0 | 110100 | 1001 | 1000000 | 1001001 | 1000011 |
Color Harmonies of #E0E96F
Complementary color
Monochromatic Colors of #E0E96F
Black with #E0E96F
Text Example
Text Example
White with #E0E96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E96F; }
p { color: rgb(224,233,111); }
H1.HeaderClassName
{
color: #E0E96F;
}
.AnyTagClassName
{
color: #E0E96F;
}
</style>
background-color css
<style>
a { background-color: #E0E96F; }
a { background-color: rgb(224,233,111); }
div.DivClassName
{
background-color: #E0E96F;
}
.BgClassName
{
background-color: #E0E96F;
}
</style>
border-color css
<style>
span { border-color: #E0E96F; }
span { border-color: rgb(224,233,111); }
td.TdClassName
{
border-color: #E0E96F;
}
.TagClassName
{
border-color: #E0E96F;
}
</style>