Shades of Mindaro #E2ED7B
Tints of Mindaro #E2ED7B
RGB
CMYK
RGB Variations
Color information
#E2ED7B (or 0xE2ED7B) is known color: Mindaro. HEX triplet: E2, ED and 7B. RGB value is (226,237,123). Sum of RGB (Red+Green+Blue) = 226+237+123=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2ED7B is #1D1284. Grayscale: #DDDDDD. Windows color (decimal): -1905285 or 8121826. OLE color: 8121826.
HSL color Cylindrical-coordinate representation of color #E2ED7B: hue angle of 65.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2ED7B is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 123 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.07 |
| HSL | 65.79º | 0.76% | 0.71% | - |
| HSV(B) | 65.79º | 0.48% | 0.93% | - |
| XYZ | 65.22 | 78.17 | 30.39 | - |
| YUV | 220.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 123 | 0.05 | 0 | 0.48 | 0.07 | 65.79 | 0.76 | 0.71 |
| Hex | E2 | ED | 7B | 5 | 0 | 30 | 7 | 42 | 4C | 47 |
| Octal | 342 | 355 | 173 | 5 | 0 | 60 | 7 | 102 | 114 | 107 |
| Binary | 11100010 | 11101101 | 1111011 | 101 | 0 | 110000 | 111 | 1000010 | 1001100 | 1000111 |
Color Harmonies of #E2ED7B
Complementary color
Monochromatic Colors of #E2ED7B
Black with #E2ED7B
Text Example
Text Example
White with #E2ED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ED7B; }
p { color: rgb(226,237,123); }
H1.HeaderClassName
{
color: #E2ED7B;
}
.AnyTagClassName
{
color: #E2ED7B;
}
</style>
background-color css
<style>
a { background-color: #E2ED7B; }
a { background-color: rgb(226,237,123); }
div.DivClassName
{
background-color: #E2ED7B;
}
.BgClassName
{
background-color: #E2ED7B;
}
</style>
border-color css
<style>
span { border-color: #E2ED7B; }
span { border-color: rgb(226,237,123); }
td.TdClassName
{
border-color: #E2ED7B;
}
.TagClassName
{
border-color: #E2ED7B;
}
</style>