Shades of Mindaro #E1E971
Tints of Mindaro #E1E971
RGB
CMYK
RGB Variations
Color information
#E1E971 (or 0xE1E971) is known color: Mindaro. HEX triplet: E1, E9 and 71. RGB value is (225,233,113). Sum of RGB (Red+Green+Blue) = 225+233+113=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 113 (44.53% from 255 or 19.79% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #E1E971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1E971 is #1E168E. Grayscale: #D9D9D9. Windows color (decimal): -1971855 or 7465441. OLE color: 7465441.
HSL color Cylindrical-coordinate representation of color #E1E971: hue angle of 64º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1E971 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 233 | 113 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.09 |
| HSL | 64º | 0.73% | 0.68% | - |
| HSV(B) | 64º | 0.52% | 0.91% | - |
| XYZ | 63.17 | 75.48 | 26.86 | - |
| YUV | 216.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 233 | 113 | 0.03 | 0 | 0.52 | 0.09 | 64 | 0.73 | 0.68 |
| Hex | E1 | E9 | 71 | 3 | 0 | 34 | 9 | 40 | 49 | 44 |
| Octal | 341 | 351 | 161 | 3 | 0 | 64 | 11 | 100 | 111 | 104 |
| Binary | 11100001 | 11101001 | 1110001 | 11 | 0 | 110100 | 1001 | 1000000 | 1001001 | 1000100 |
Color Harmonies of #E1E971
Complementary color
Monochromatic Colors of #E1E971
Black with #E1E971
Text Example
Text Example
White with #E1E971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E971; }
p { color: rgb(225,233,113); }
H1.HeaderClassName
{
color: #E1E971;
}
.AnyTagClassName
{
color: #E1E971;
}
</style>
background-color css
<style>
a { background-color: #E1E971; }
a { background-color: rgb(225,233,113); }
div.DivClassName
{
background-color: #E1E971;
}
.BgClassName
{
background-color: #E1E971;
}
</style>
border-color css
<style>
span { border-color: #E1E971; }
span { border-color: rgb(225,233,113); }
td.TdClassName
{
border-color: #E1E971;
}
.TagClassName
{
border-color: #E1E971;
}
</style>