Shades of Mindaro #E0E773
Tints of Mindaro #E0E773
RGB
CMYK
RGB Variations
Color information
#E0E773 (or 0xE0E773) is known color: Mindaro. HEX triplet: E0, E7 and 73. RGB value is (224,231,115). Sum of RGB (Red+Green+Blue) = 224+231+115=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #E0E773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0E773 is #1F188C. Grayscale: #D8D8D8. Windows color (decimal): -2037901 or 7596000. OLE color: 7596000.
HSL color Cylindrical-coordinate representation of color #E0E773: hue angle of 63.62º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0E773 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 231 | 115 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.09 |
| HSL | 63.62º | 0.71% | 0.68% | - |
| HSV(B) | 63.62º | 0.5% | 0.91% | - |
| XYZ | 62.41 | 74.24 | 27.26 | - |
| YUV | 215.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 231 | 115 | 0.03 | 0 | 0.50 | 0.09 | 63.62 | 0.71 | 0.68 |
| Hex | E0 | E7 | 73 | 3 | 0 | 32 | 9 | 40 | 47 | 44 |
| Octal | 340 | 347 | 163 | 3 | 0 | 62 | 11 | 100 | 107 | 104 |
| Binary | 11100000 | 11100111 | 1110011 | 11 | 0 | 110010 | 1001 | 1000000 | 1000111 | 1000100 |
Color Harmonies of #E0E773
Complementary color
Monochromatic Colors of #E0E773
Black with #E0E773
Text Example
Text Example
White with #E0E773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E773; }
p { color: rgb(224,231,115); }
H1.HeaderClassName
{
color: #E0E773;
}
.AnyTagClassName
{
color: #E0E773;
}
</style>
background-color css
<style>
a { background-color: #E0E773; }
a { background-color: rgb(224,231,115); }
div.DivClassName
{
background-color: #E0E773;
}
.BgClassName
{
background-color: #E0E773;
}
</style>
border-color css
<style>
span { border-color: #E0E773; }
span { border-color: rgb(224,231,115); }
td.TdClassName
{
border-color: #E0E773;
}
.TagClassName
{
border-color: #E0E773;
}
</style>