Shades of Mindaro #E1E77A
Tints of Mindaro #E1E77A
RGB
CMYK
RGB Variations
Color information
#E1E77A (or 0xE1E77A) is known color: Mindaro. HEX triplet: E1, E7 and 7A. RGB value is (225,231,122). Sum of RGB (Red+Green+Blue) = 225+231+122=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #E1E77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1E77A is #1E1885. Grayscale: #D9D9D9. Windows color (decimal): -1972358 or 8054753. OLE color: 8054753.
HSL color Cylindrical-coordinate representation of color #E1E77A: hue angle of 63.3º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1E77A is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 231 | 122 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.09 |
| HSL | 63.3º | 0.69% | 0.69% | - |
| HSV(B) | 63.3º | 0.47% | 0.91% | - |
| XYZ | 63.14 | 74.56 | 29.48 | - |
| YUV | 216.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 231 | 122 | 0.03 | 0 | 0.47 | 0.09 | 63.3 | 0.69 | 0.69 |
| Hex | E1 | E7 | 7A | 3 | 0 | 2F | 9 | 3F | 45 | 45 |
| Octal | 341 | 347 | 172 | 3 | 0 | 57 | 11 | 77 | 105 | 105 |
| Binary | 11100001 | 11100111 | 1111010 | 11 | 0 | 101111 | 1001 | 111111 | 1000101 | 1000101 |
Color Harmonies of #E1E77A
Complementary color
Monochromatic Colors of #E1E77A
Black with #E1E77A
Text Example
Text Example
White with #E1E77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E77A; }
p { color: rgb(225,231,122); }
H1.HeaderClassName
{
color: #E1E77A;
}
.AnyTagClassName
{
color: #E1E77A;
}
</style>
background-color css
<style>
a { background-color: #E1E77A; }
a { background-color: rgb(225,231,122); }
div.DivClassName
{
background-color: #E1E77A;
}
.BgClassName
{
background-color: #E1E77A;
}
</style>
border-color css
<style>
span { border-color: #E1E77A; }
span { border-color: rgb(225,231,122); }
td.TdClassName
{
border-color: #E1E77A;
}
.TagClassName
{
border-color: #E1E77A;
}
</style>