Shades of Mindaro #E0E76D
Tints of Mindaro #E0E76D
RGB
CMYK
RGB Variations
Color information
#E0E76D (or 0xE0E76D) is known color: Mindaro. HEX triplet: E0, E7 and 6D. RGB value is (224,231,109). Sum of RGB (Red+Green+Blue) = 224+231+109=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 231 - color contains mainly: green. Hex color #E0E76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0E76D is #1F1892. Grayscale: #D7D7D7. Windows color (decimal): -2037907 or 7202784. OLE color: 7202784.
HSL color Cylindrical-coordinate representation of color #E0E76D: hue angle of 63.44º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0E76D is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 231 | 109 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.09 |
| HSL | 63.44º | 0.72% | 0.67% | - |
| HSV(B) | 63.44º | 0.53% | 0.91% | - |
| XYZ | 62.08 | 74.1 | 25.5 | - |
| YUV | 215 | 68.18 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 231 | 109 | 0.03 | 0 | 0.53 | 0.09 | 63.44 | 0.72 | 0.67 |
| Hex | E0 | E7 | 6D | 3 | 0 | 35 | 9 | 3F | 48 | 43 |
| Octal | 340 | 347 | 155 | 3 | 0 | 65 | 11 | 77 | 110 | 103 |
| Binary | 11100000 | 11100111 | 1101101 | 11 | 0 | 110101 | 1001 | 111111 | 1001000 | 1000011 |
Color Harmonies of #E0E76D
Complementary color
Monochromatic Colors of #E0E76D
Black with #E0E76D
Text Example
Text Example
White with #E0E76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E76D; }
p { color: rgb(224,231,109); }
H1.HeaderClassName
{
color: #E0E76D;
}
.AnyTagClassName
{
color: #E0E76D;
}
</style>
background-color css
<style>
a { background-color: #E0E76D; }
a { background-color: rgb(224,231,109); }
div.DivClassName
{
background-color: #E0E76D;
}
.BgClassName
{
background-color: #E0E76D;
}
</style>
border-color css
<style>
span { border-color: #E0E76D; }
span { border-color: rgb(224,231,109); }
td.TdClassName
{
border-color: #E0E76D;
}
.TagClassName
{
border-color: #E0E76D;
}
</style>