Shades of Mindaro #E2EB73
Tints of Mindaro #E2EB73
RGB
CMYK
RGB Variations
Color information
#E2EB73 (or 0xE2EB73) is known color: Mindaro. HEX triplet: E2, EB and 73. RGB value is (226,235,115). Sum of RGB (Red+Green+Blue) = 226+235+115=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EB73 is #1D148C. Grayscale: #DBDBDB. Windows color (decimal): -1905805 or 7597026. OLE color: 7597026.
HSL color Cylindrical-coordinate representation of color #E2EB73: hue angle of 64.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2EB73 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 115 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.08 |
| HSL | 64.5º | 0.75% | 0.69% | - |
| HSV(B) | 64.5º | 0.51% | 0.92% | - |
| XYZ | 64.17 | 76.82 | 27.67 | - |
| YUV | 218.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 115 | 0.04 | 0 | 0.51 | 0.08 | 64.5 | 0.75 | 0.69 |
| Hex | E2 | EB | 73 | 4 | 0 | 33 | 8 | 40 | 4B | 45 |
| Octal | 342 | 353 | 163 | 4 | 0 | 63 | 10 | 100 | 113 | 105 |
| Binary | 11100010 | 11101011 | 1110011 | 100 | 0 | 110011 | 1000 | 1000000 | 1001011 | 1000101 |
Color Harmonies of #E2EB73
Complementary color
Monochromatic Colors of #E2EB73
Black with #E2EB73
Text Example
Text Example
White with #E2EB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EB73; }
p { color: rgb(226,235,115); }
H1.HeaderClassName
{
color: #E2EB73;
}
.AnyTagClassName
{
color: #E2EB73;
}
</style>
background-color css
<style>
a { background-color: #E2EB73; }
a { background-color: rgb(226,235,115); }
div.DivClassName
{
background-color: #E2EB73;
}
.BgClassName
{
background-color: #E2EB73;
}
</style>
border-color css
<style>
span { border-color: #E2EB73; }
span { border-color: rgb(226,235,115); }
td.TdClassName
{
border-color: #E2EB73;
}
.TagClassName
{
border-color: #E2EB73;
}
</style>