Shades of Mindaro #E0E574
Tints of Mindaro #E0E574
RGB
CMYK
RGB Variations
Color information
#E0E574 (or 0xE0E574) is known color: Mindaro. HEX triplet: E0, E5 and 74. RGB value is (224,229,116). Sum of RGB (Red+Green+Blue) = 224+229+116=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E574 is #1F1A8B. Grayscale: #D7D7D7. Windows color (decimal): -2038412 or 7661024. OLE color: 7661024.
HSL color Cylindrical-coordinate representation of color #E0E574: hue angle of 62.65º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0E574 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 229 | 116 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.10 |
| HSL | 62.65º | 0.68% | 0.68% | - |
| HSV(B) | 62.65º | 0.49% | 0.9% | - |
| XYZ | 61.91 | 73.15 | 27.38 | - |
| YUV | 214.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 229 | 116 | 0.02 | 0 | 0.49 | 0.10 | 62.65 | 0.68 | 0.68 |
| Hex | E0 | E5 | 74 | 2 | 0 | 31 | A | 3F | 44 | 44 |
| Octal | 340 | 345 | 164 | 2 | 0 | 61 | 12 | 77 | 104 | 104 |
| Binary | 11100000 | 11100101 | 1110100 | 10 | 0 | 110001 | 1010 | 111111 | 1000100 | 1000100 |
Color Harmonies of #E0E574
Complementary color
Monochromatic Colors of #E0E574
Black with #E0E574
Text Example
Text Example
White with #E0E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E574; }
p { color: rgb(224,229,116); }
H1.HeaderClassName
{
color: #E0E574;
}
.AnyTagClassName
{
color: #E0E574;
}
</style>
background-color css
<style>
a { background-color: #E0E574; }
a { background-color: rgb(224,229,116); }
div.DivClassName
{
background-color: #E0E574;
}
.BgClassName
{
background-color: #E0E574;
}
</style>
border-color css
<style>
span { border-color: #E0E574; }
span { border-color: rgb(224,229,116); }
td.TdClassName
{
border-color: #E0E574;
}
.TagClassName
{
border-color: #E0E574;
}
</style>