Shades of Maize #E2B775
Tints of Maize #E2B775
RGB
CMYK
RGB Variations
Color information
#E2B775 (or 0xE2B775) is known color: Maize. HEX triplet: E2, B7 and 75. RGB value is (226,183,117). Sum of RGB (Red+Green+Blue) = 226+183+117=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B775 is #1D488A. Grayscale: #BCBCBC. Windows color (decimal): -1919115 or 7714786. OLE color: 7714786.
HSL color Cylindrical-coordinate representation of color #E2B775: hue angle of 36.33º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2B775 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 117 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.11 |
| HSL | 36.33º | 0.65% | 0.67% | - |
| HSV(B) | 36.33º | 0.48% | 0.89% | - |
| XYZ | 51.51 | 51.32 | 24.02 | - |
| YUV | 188.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 117 | 0 | 0.19 | 0.48 | 0.11 | 36.33 | 0.65 | 0.67 |
| Hex | E2 | B7 | 75 | 0 | 13 | 30 | B | 24 | 41 | 43 |
| Octal | 342 | 267 | 165 | 0 | 23 | 60 | 13 | 44 | 101 | 103 |
| Binary | 11100010 | 10110111 | 1110101 | 0 | 10011 | 110000 | 1011 | 100100 | 1000001 | 1000011 |
Color Harmonies of #E2B775
Complementary color
Monochromatic Colors of #E2B775
Black with #E2B775
Text Example
Text Example
White with #E2B775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B775; }
p { color: rgb(226,183,117); }
H1.HeaderClassName
{
color: #E2B775;
}
.AnyTagClassName
{
color: #E2B775;
}
</style>
background-color css
<style>
a { background-color: #E2B775; }
a { background-color: rgb(226,183,117); }
div.DivClassName
{
background-color: #E2B775;
}
.BgClassName
{
background-color: #E2B775;
}
</style>
border-color css
<style>
span { border-color: #E2B775; }
span { border-color: rgb(226,183,117); }
td.TdClassName
{
border-color: #E2B775;
}
.TagClassName
{
border-color: #E2B775;
}
</style>