Shades of Mindaro #E0ED6D
Tints of Mindaro #E0ED6D
RGB
CMYK
RGB Variations
Color information
#E0ED6D (or 0xE0ED6D) is known color: Mindaro. HEX triplet: E0, ED and 6D. RGB value is (224,237,109). Sum of RGB (Red+Green+Blue) = 224+237+109=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #E0ED6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0ED6D is #1F1292. Grayscale: #DBDBDB. Windows color (decimal): -2036371 or 7204320. OLE color: 7204320.
HSL color Cylindrical-coordinate representation of color #E0ED6D: hue angle of 66.09º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0ED6D is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 237 | 109 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.07 |
| HSL | 66.09º | 0.78% | 0.68% | - |
| HSV(B) | 66.09º | 0.54% | 0.93% | - |
| XYZ | 63.78 | 77.52 | 26.07 | - |
| YUV | 218.52 | 66.19 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 109 | 0.05 | 0 | 0.54 | 0.07 | 66.09 | 0.78 | 0.68 |
| Hex | E0 | ED | 6D | 5 | 0 | 36 | 7 | 42 | 4E | 44 |
| Octal | 340 | 355 | 155 | 5 | 0 | 66 | 7 | 102 | 116 | 104 |
| Binary | 11100000 | 11101101 | 1101101 | 101 | 0 | 110110 | 111 | 1000010 | 1001110 | 1000100 |
Color Harmonies of #E0ED6D
Complementary color
Monochromatic Colors of #E0ED6D
Black with #E0ED6D
Text Example
Text Example
White with #E0ED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ED6D; }
p { color: rgb(224,237,109); }
H1.HeaderClassName
{
color: #E0ED6D;
}
.AnyTagClassName
{
color: #E0ED6D;
}
</style>
background-color css
<style>
a { background-color: #E0ED6D; }
a { background-color: rgb(224,237,109); }
div.DivClassName
{
background-color: #E0ED6D;
}
.BgClassName
{
background-color: #E0ED6D;
}
</style>
border-color css
<style>
span { border-color: #E0ED6D; }
span { border-color: rgb(224,237,109); }
td.TdClassName
{
border-color: #E0ED6D;
}
.TagClassName
{
border-color: #E0ED6D;
}
</style>