Shades of Mindaro #E0E57A
Tints of Mindaro #E0E57A
RGB
CMYK
RGB Variations
Color information
#E0E57A (or 0xE0E57A) is known color: Mindaro. HEX triplet: E0, E5 and 7A. RGB value is (224,229,122). Sum of RGB (Red+Green+Blue) = 224+229+122=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E57A is #1F1A85. Grayscale: #D7D7D7. Windows color (decimal): -2038406 or 8054240. OLE color: 8054240.
HSL color Cylindrical-coordinate representation of color #E0E57A: hue angle of 62.8º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0E57A is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 229 | 122 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.10 |
| HSL | 62.8º | 0.67% | 0.69% | - |
| HSV(B) | 62.8º | 0.47% | 0.9% | - |
| XYZ | 62.27 | 73.29 | 29.28 | - |
| YUV | 215.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 229 | 122 | 0.02 | 0 | 0.47 | 0.10 | 62.8 | 0.67 | 0.69 |
| Hex | E0 | E5 | 7A | 2 | 0 | 2F | A | 3F | 43 | 45 |
| Octal | 340 | 345 | 172 | 2 | 0 | 57 | 12 | 77 | 103 | 105 |
| Binary | 11100000 | 11100101 | 1111010 | 10 | 0 | 101111 | 1010 | 111111 | 1000011 | 1000101 |
Color Harmonies of #E0E57A
Complementary color
Monochromatic Colors of #E0E57A
Black with #E0E57A
Text Example
Text Example
White with #E0E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E57A; }
p { color: rgb(224,229,122); }
H1.HeaderClassName
{
color: #E0E57A;
}
.AnyTagClassName
{
color: #E0E57A;
}
</style>
background-color css
<style>
a { background-color: #E0E57A; }
a { background-color: rgb(224,229,122); }
div.DivClassName
{
background-color: #E0E57A;
}
.BgClassName
{
background-color: #E0E57A;
}
</style>
border-color css
<style>
span { border-color: #E0E57A; }
span { border-color: rgb(224,229,122); }
td.TdClassName
{
border-color: #E0E57A;
}
.TagClassName
{
border-color: #E0E57A;
}
</style>