Shades of Mindaro #E3E775
Tints of Mindaro #E3E775
RGB
CMYK
RGB Variations
Color information
#E3E775 (or 0xE3E775) is known color: Mindaro. HEX triplet: E3, E7 and 75. RGB value is (227,231,117). Sum of RGB (Red+Green+Blue) = 227+231+117=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 231 - color contains mainly: green. Hex color #E3E775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E3E775 is #1C188A. Grayscale: #D9D9D9. Windows color (decimal): -1841291 or 7727075. OLE color: 7727075.
HSL color Cylindrical-coordinate representation of color #E3E775: hue angle of 62.11º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E3E775 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 231 | 117 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.09 |
| HSL | 62.11º | 0.7% | 0.68% | - |
| HSV(B) | 62.11º | 0.49% | 0.91% | - |
| XYZ | 63.47 | 74.77 | 27.92 | - |
| YUV | 216.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 231 | 117 | 0.02 | 0 | 0.49 | 0.09 | 62.11 | 0.7 | 0.68 |
| Hex | E3 | E7 | 75 | 2 | 0 | 31 | 9 | 3E | 46 | 44 |
| Octal | 343 | 347 | 165 | 2 | 0 | 61 | 11 | 76 | 106 | 104 |
| Binary | 11100011 | 11100111 | 1110101 | 10 | 0 | 110001 | 1001 | 111110 | 1000110 | 1000100 |
Color Harmonies of #E3E775
Complementary color
Monochromatic Colors of #E3E775
Black with #E3E775
Text Example
Text Example
White with #E3E775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E775; }
p { color: rgb(227,231,117); }
H1.HeaderClassName
{
color: #E3E775;
}
.AnyTagClassName
{
color: #E3E775;
}
</style>
background-color css
<style>
a { background-color: #E3E775; }
a { background-color: rgb(227,231,117); }
div.DivClassName
{
background-color: #E3E775;
}
.BgClassName
{
background-color: #E3E775;
}
</style>
border-color css
<style>
span { border-color: #E3E775; }
span { border-color: rgb(227,231,117); }
td.TdClassName
{
border-color: #E3E775;
}
.TagClassName
{
border-color: #E3E775;
}
</style>