Shades of Mindaro #E0F06B
Tints of Mindaro #E0F06B
RGB
CMYK
RGB Variations
Color information
#E0F06B (or 0xE0F06B) is known color: Mindaro. HEX triplet: E0, F0 and 6B. RGB value is (224,240,107). Sum of RGB (Red+Green+Blue) = 224+240+107=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F06B is #1F0F94. Grayscale: #DCDCDC. Windows color (decimal): -2035605 or 7074016. OLE color: 7074016.
HSL color Cylindrical-coordinate representation of color #E0F06B: hue angle of 67.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0F06B is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 240 | 107 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.06 |
| HSL | 67.22º | 0.82% | 0.68% | - |
| HSV(B) | 67.22º | 0.55% | 0.94% | - |
| XYZ | 64.55 | 79.23 | 25.8 | - |
| YUV | 220.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 240 | 107 | 0.07 | 0 | 0.55 | 0.06 | 67.22 | 0.82 | 0.68 |
| Hex | E0 | F0 | 6B | 7 | 0 | 37 | 6 | 43 | 52 | 44 |
| Octal | 340 | 360 | 153 | 7 | 0 | 67 | 6 | 103 | 122 | 104 |
| Binary | 11100000 | 11110000 | 1101011 | 111 | 0 | 110111 | 110 | 1000011 | 1010010 | 1000100 |
Color Harmonies of #E0F06B
Complementary color
Monochromatic Colors of #E0F06B
Black with #E0F06B
Text Example
Text Example
White with #E0F06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F06B; }
p { color: rgb(224,240,107); }
H1.HeaderClassName
{
color: #E0F06B;
}
.AnyTagClassName
{
color: #E0F06B;
}
</style>
background-color css
<style>
a { background-color: #E0F06B; }
a { background-color: rgb(224,240,107); }
div.DivClassName
{
background-color: #E0F06B;
}
.BgClassName
{
background-color: #E0F06B;
}
</style>
border-color css
<style>
span { border-color: #E0F06B; }
span { border-color: rgb(224,240,107); }
td.TdClassName
{
border-color: #E0F06B;
}
.TagClassName
{
border-color: #E0F06B;
}
</style>