Shades of Mindaro #E2EB77
Tints of Mindaro #E2EB77
RGB
CMYK
RGB Variations
Color information
#E2EB77 (or 0xE2EB77) is known color: Mindaro. HEX triplet: E2, EB and 77. RGB value is (226,235,119). Sum of RGB (Red+Green+Blue) = 226+235+119=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 119 (46.88% from 255 or 20.52% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EB77 is #1D1488. Grayscale: #DBDBDB. Windows color (decimal): -1905801 or 7859170. OLE color: 7859170.
HSL color Cylindrical-coordinate representation of color #E2EB77: hue angle of 64.66º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2EB77 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 119 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.08 |
| HSL | 64.66º | 0.74% | 0.69% | - |
| HSV(B) | 64.66º | 0.49% | 0.92% | - |
| XYZ | 64.4 | 76.92 | 28.9 | - |
| YUV | 219.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 119 | 0.04 | 0 | 0.49 | 0.08 | 64.66 | 0.74 | 0.69 |
| Hex | E2 | EB | 77 | 4 | 0 | 31 | 8 | 41 | 4A | 45 |
| Octal | 342 | 353 | 167 | 4 | 0 | 61 | 10 | 101 | 112 | 105 |
| Binary | 11100010 | 11101011 | 1110111 | 100 | 0 | 110001 | 1000 | 1000001 | 1001010 | 1000101 |
Color Harmonies of #E2EB77
Complementary color
Monochromatic Colors of #E2EB77
Black with #E2EB77
Text Example
Text Example
White with #E2EB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EB77; }
p { color: rgb(226,235,119); }
H1.HeaderClassName
{
color: #E2EB77;
}
.AnyTagClassName
{
color: #E2EB77;
}
</style>
background-color css
<style>
a { background-color: #E2EB77; }
a { background-color: rgb(226,235,119); }
div.DivClassName
{
background-color: #E2EB77;
}
.BgClassName
{
background-color: #E2EB77;
}
</style>
border-color css
<style>
span { border-color: #E2EB77; }
span { border-color: rgb(226,235,119); }
td.TdClassName
{
border-color: #E2EB77;
}
.TagClassName
{
border-color: #E2EB77;
}
</style>