Shades of Mindaro #E2ED6F
Tints of Mindaro #E2ED6F
RGB
CMYK
RGB Variations
Color information
#E2ED6F (or 0xE2ED6F) is known color: Mindaro. HEX triplet: E2, ED and 6F. RGB value is (226,237,111). Sum of RGB (Red+Green+Blue) = 226+237+111=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2ED6F is #1D1290. Grayscale: #DBDBDB. Windows color (decimal): -1905297 or 7335394. OLE color: 7335394.
HSL color Cylindrical-coordinate representation of color #E2ED6F: hue angle of 65.24º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2ED6F is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 111 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.07 |
| HSL | 65.24º | 0.78% | 0.68% | - |
| HSV(B) | 65.24º | 0.53% | 0.93% | - |
| XYZ | 64.52 | 77.88 | 26.67 | - |
| YUV | 219.35 | 66.86 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 111 | 0.05 | 0 | 0.53 | 0.07 | 65.24 | 0.78 | 0.68 |
| Hex | E2 | ED | 6F | 5 | 0 | 35 | 7 | 41 | 4E | 44 |
| Octal | 342 | 355 | 157 | 5 | 0 | 65 | 7 | 101 | 116 | 104 |
| Binary | 11100010 | 11101101 | 1101111 | 101 | 0 | 110101 | 111 | 1000001 | 1001110 | 1000100 |
Color Harmonies of #E2ED6F
Complementary color
Monochromatic Colors of #E2ED6F
Black with #E2ED6F
Text Example
Text Example
White with #E2ED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ED6F; }
p { color: rgb(226,237,111); }
H1.HeaderClassName
{
color: #E2ED6F;
}
.AnyTagClassName
{
color: #E2ED6F;
}
</style>
background-color css
<style>
a { background-color: #E2ED6F; }
a { background-color: rgb(226,237,111); }
div.DivClassName
{
background-color: #E2ED6F;
}
.BgClassName
{
background-color: #E2ED6F;
}
</style>
border-color css
<style>
span { border-color: #E2ED6F; }
span { border-color: rgb(226,237,111); }
td.TdClassName
{
border-color: #E2ED6F;
}
.TagClassName
{
border-color: #E2ED6F;
}
</style>