Shades of Mindaro #E0E673
Tints of Mindaro #E0E673
RGB
CMYK
RGB Variations
Color information
#E0E673 (or 0xE0E673) is known color: Mindaro. HEX triplet: E0, E6 and 73. RGB value is (224,230,115). Sum of RGB (Red+Green+Blue) = 224+230+115=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0E673 is #1F198C. Grayscale: #D7D7D7. Windows color (decimal): -2038157 or 7595744. OLE color: 7595744.
HSL color Cylindrical-coordinate representation of color #E0E673: hue angle of 63.13º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0E673 is Cyan = 0.03, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 230 | 115 | - |
| CMYK | 0.03 | 0 | 0.5 | 0.10 |
| HSL | 63.13º | 0.7% | 0.68% | - |
| HSV(B) | 63.13º | 0.5% | 0.9% | - |
| XYZ | 62.13 | 73.68 | 27.17 | - |
| YUV | 215.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 230 | 115 | 0.03 | 0 | 0.5 | 0.10 | 63.13 | 0.7 | 0.68 |
| Hex | E0 | E6 | 73 | 3 | 0 | 32 | A | 3F | 46 | 44 |
| Octal | 340 | 346 | 163 | 3 | 0 | 62 | 12 | 77 | 106 | 104 |
| Binary | 11100000 | 11100110 | 1110011 | 11 | 0 | 110010 | 1010 | 111111 | 1000110 | 1000100 |
Color Harmonies of #E0E673
Complementary color
Monochromatic Colors of #E0E673
Black with #E0E673
Text Example
Text Example
White with #E0E673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E673; }
p { color: rgb(224,230,115); }
H1.HeaderClassName
{
color: #E0E673;
}
.AnyTagClassName
{
color: #E0E673;
}
</style>
background-color css
<style>
a { background-color: #E0E673; }
a { background-color: rgb(224,230,115); }
div.DivClassName
{
background-color: #E0E673;
}
.BgClassName
{
background-color: #E0E673;
}
</style>
border-color css
<style>
span { border-color: #E0E673; }
span { border-color: rgb(224,230,115); }
td.TdClassName
{
border-color: #E0E673;
}
.TagClassName
{
border-color: #E0E673;
}
</style>