Shades of Mindaro #E1E671
Tints of Mindaro #E1E671
RGB
CMYK
RGB Variations
Color information
#E1E671 (or 0xE1E671) is known color: Mindaro. HEX triplet: E1, E6 and 71. RGB value is (225,230,113). Sum of RGB (Red+Green+Blue) = 225+230+113=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1E671 is #1E198E. Grayscale: #D7D7D7. Windows color (decimal): -1972623 or 7464673. OLE color: 7464673.
HSL color Cylindrical-coordinate representation of color #E1E671: hue angle of 62.56º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1E671 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 230 | 113 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.10 |
| HSL | 62.56º | 0.7% | 0.67% | - |
| HSV(B) | 62.56º | 0.51% | 0.9% | - |
| XYZ | 62.33 | 73.79 | 26.58 | - |
| YUV | 215.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 113 | 0.02 | 0 | 0.51 | 0.10 | 62.56 | 0.7 | 0.67 |
| Hex | E1 | E6 | 71 | 2 | 0 | 33 | A | 3F | 46 | 43 |
| Octal | 341 | 346 | 161 | 2 | 0 | 63 | 12 | 77 | 106 | 103 |
| Binary | 11100001 | 11100110 | 1110001 | 10 | 0 | 110011 | 1010 | 111111 | 1000110 | 1000011 |
Color Harmonies of #E1E671
Complementary color
Monochromatic Colors of #E1E671
Black with #E1E671
Text Example
Text Example
White with #E1E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E671; }
p { color: rgb(225,230,113); }
H1.HeaderClassName
{
color: #E1E671;
}
.AnyTagClassName
{
color: #E1E671;
}
</style>
background-color css
<style>
a { background-color: #E1E671; }
a { background-color: rgb(225,230,113); }
div.DivClassName
{
background-color: #E1E671;
}
.BgClassName
{
background-color: #E1E671;
}
</style>
border-color css
<style>
span { border-color: #E1E671; }
span { border-color: rgb(225,230,113); }
td.TdClassName
{
border-color: #E1E671;
}
.TagClassName
{
border-color: #E1E671;
}
</style>