Shades of Mindaro #E0E571
Tints of Mindaro #E0E571
RGB
CMYK
RGB Variations
Color information
#E0E571 (or 0xE0E571) is known color: Mindaro. HEX triplet: E0, E5 and 71. RGB value is (224,229,113). Sum of RGB (Red+Green+Blue) = 224+229+113=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E571 is #1F1A8E. Grayscale: #D6D6D6. Windows color (decimal): -2038415 or 7464416. OLE color: 7464416.
HSL color Cylindrical-coordinate representation of color #E0E571: hue angle of 62.59º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0E571 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 229 | 113 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.10 |
| HSL | 62.59º | 0.69% | 0.67% | - |
| HSV(B) | 62.59º | 0.51% | 0.9% | - |
| XYZ | 61.74 | 73.08 | 26.47 | - |
| YUV | 214.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 229 | 113 | 0.02 | 0 | 0.51 | 0.10 | 62.59 | 0.69 | 0.67 |
| Hex | E0 | E5 | 71 | 2 | 0 | 33 | A | 3F | 45 | 43 |
| Octal | 340 | 345 | 161 | 2 | 0 | 63 | 12 | 77 | 105 | 103 |
| Binary | 11100000 | 11100101 | 1110001 | 10 | 0 | 110011 | 1010 | 111111 | 1000101 | 1000011 |
Color Harmonies of #E0E571
Complementary color
Monochromatic Colors of #E0E571
Black with #E0E571
Text Example
Text Example
White with #E0E571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E571; }
p { color: rgb(224,229,113); }
H1.HeaderClassName
{
color: #E0E571;
}
.AnyTagClassName
{
color: #E0E571;
}
</style>
background-color css
<style>
a { background-color: #E0E571; }
a { background-color: rgb(224,229,113); }
div.DivClassName
{
background-color: #E0E571;
}
.BgClassName
{
background-color: #E0E571;
}
</style>
border-color css
<style>
span { border-color: #E0E571; }
span { border-color: rgb(224,229,113); }
td.TdClassName
{
border-color: #E0E571;
}
.TagClassName
{
border-color: #E0E571;
}
</style>