Shades of Mindaro #E4EC76
Tints of Mindaro #E4EC76
RGB
CMYK
RGB Variations
Color information
#E4EC76 (or 0xE4EC76) is known color: Mindaro. HEX triplet: E4, EC and 76. RGB value is (228,236,118). Sum of RGB (Red+Green+Blue) = 228+236+118=582 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.18% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #E4EC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4EC76 is #1B1389. Grayscale: #DCDCDC. Windows color (decimal): -1774474 or 7793892. OLE color: 7793892.
HSL color Cylindrical-coordinate representation of color #E4EC76: hue angle of 64.07º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E4EC76 is Cyan = 0.03, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 236 | 118 | - |
| CMYK | 0.03 | 0 | 0.5 | 0.07 |
| HSL | 64.07º | 0.76% | 0.69% | - |
| HSV(B) | 64.07º | 0.5% | 0.93% | - |
| XYZ | 65.26 | 77.79 | 28.72 | - |
| YUV | 220.16 | 70.35 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 236 | 118 | 0.03 | 0 | 0.5 | 0.07 | 64.07 | 0.76 | 0.69 |
| Hex | E4 | EC | 76 | 3 | 0 | 32 | 7 | 40 | 4C | 45 |
| Octal | 344 | 354 | 166 | 3 | 0 | 62 | 7 | 100 | 114 | 105 |
| Binary | 11100100 | 11101100 | 1110110 | 11 | 0 | 110010 | 111 | 1000000 | 1001100 | 1000101 |
Color Harmonies of #E4EC76
Complementary color
Monochromatic Colors of #E4EC76
Black with #E4EC76
Text Example
Text Example
White with #E4EC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EC76; }
p { color: rgb(228,236,118); }
H1.HeaderClassName
{
color: #E4EC76;
}
.AnyTagClassName
{
color: #E4EC76;
}
</style>
background-color css
<style>
a { background-color: #E4EC76; }
a { background-color: rgb(228,236,118); }
div.DivClassName
{
background-color: #E4EC76;
}
.BgClassName
{
background-color: #E4EC76;
}
</style>
border-color css
<style>
span { border-color: #E4EC76; }
span { border-color: rgb(228,236,118); }
td.TdClassName
{
border-color: #E4EC76;
}
.TagClassName
{
border-color: #E4EC76;
}
</style>