Shades of Mindaro #E0ED7F
Tints of Mindaro #E0ED7F
RGB
CMYK
RGB Variations
Color information
#E0ED7F (or 0xE0ED7F) is known color: Mindaro. HEX triplet: E0, ED and 7F. RGB value is (224,237,127). Sum of RGB (Red+Green+Blue) = 224+237+127=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 127 (50% from 255 or 21.60% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #E0ED7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0ED7F is #1F1280. Grayscale: #DCDCDC. Windows color (decimal): -2036353 or 8383968. OLE color: 8383968.
HSL color Cylindrical-coordinate representation of color #E0ED7F: hue angle of 67.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0ED7F is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 237 | 127 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.07 |
| HSL | 67.09º | 0.75% | 0.71% | - |
| HSV(B) | 67.09º | 0.46% | 0.93% | - |
| XYZ | 64.86 | 77.95 | 31.71 | - |
| YUV | 220.57 | 75.19 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 127 | 0.05 | 0 | 0.46 | 0.07 | 67.09 | 0.75 | 0.71 |
| Hex | E0 | ED | 7F | 5 | 0 | 2E | 7 | 43 | 4B | 47 |
| Octal | 340 | 355 | 177 | 5 | 0 | 56 | 7 | 103 | 113 | 107 |
| Binary | 11100000 | 11101101 | 1111111 | 101 | 0 | 101110 | 111 | 1000011 | 1001011 | 1000111 |
Color Harmonies of #E0ED7F
Complementary color
Monochromatic Colors of #E0ED7F
Black with #E0ED7F
Text Example
Text Example
White with #E0ED7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ED7F; }
p { color: rgb(224,237,127); }
H1.HeaderClassName
{
color: #E0ED7F;
}
.AnyTagClassName
{
color: #E0ED7F;
}
</style>
background-color css
<style>
a { background-color: #E0ED7F; }
a { background-color: rgb(224,237,127); }
div.DivClassName
{
background-color: #E0ED7F;
}
.BgClassName
{
background-color: #E0ED7F;
}
</style>
border-color css
<style>
span { border-color: #E0ED7F; }
span { border-color: rgb(224,237,127); }
td.TdClassName
{
border-color: #E0ED7F;
}
.TagClassName
{
border-color: #E0ED7F;
}
</style>