Shades of Mindaro #E2EA7A
Tints of Mindaro #E2EA7A
RGB
CMYK
RGB Variations
Color information
#E2EA7A (or 0xE2EA7A) is known color: Mindaro. HEX triplet: E2, EA and 7A. RGB value is (226,234,122). Sum of RGB (Red+Green+Blue) = 226+234+122=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EA7A is #1D1585. Grayscale: #DBDBDB. Windows color (decimal): -1906054 or 8055522. OLE color: 8055522.
HSL color Cylindrical-coordinate representation of color #E2EA7A: hue angle of 64.29º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2EA7A is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 122 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.08 |
| HSL | 64.29º | 0.73% | 0.7% | - |
| HSV(B) | 64.29º | 0.48% | 0.92% | - |
| XYZ | 64.3 | 76.42 | 29.77 | - |
| YUV | 218.84 | 73.35 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 122 | 0.03 | 0 | 0.48 | 0.08 | 64.29 | 0.73 | 0.7 |
| Hex | E2 | EA | 7A | 3 | 0 | 30 | 8 | 40 | 49 | 46 |
| Octal | 342 | 352 | 172 | 3 | 0 | 60 | 10 | 100 | 111 | 106 |
| Binary | 11100010 | 11101010 | 1111010 | 11 | 0 | 110000 | 1000 | 1000000 | 1001001 | 1000110 |
Color Harmonies of #E2EA7A
Complementary color
Monochromatic Colors of #E2EA7A
Black with #E2EA7A
Text Example
Text Example
White with #E2EA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA7A; }
p { color: rgb(226,234,122); }
H1.HeaderClassName
{
color: #E2EA7A;
}
.AnyTagClassName
{
color: #E2EA7A;
}
</style>
background-color css
<style>
a { background-color: #E2EA7A; }
a { background-color: rgb(226,234,122); }
div.DivClassName
{
background-color: #E2EA7A;
}
.BgClassName
{
background-color: #E2EA7A;
}
</style>
border-color css
<style>
span { border-color: #E2EA7A; }
span { border-color: rgb(226,234,122); }
td.TdClassName
{
border-color: #E2EA7A;
}
.TagClassName
{
border-color: #E2EA7A;
}
</style>