Shades of Maize #E2B577
Tints of Maize #E2B577
RGB
CMYK
RGB Variations
Color information
#E2B577 (or 0xE2B577) is known color: Maize. HEX triplet: E2, B5 and 77. RGB value is (226,181,119). Sum of RGB (Red+Green+Blue) = 226+181+119=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B577 is #1D4A88. Grayscale: #BBBBBB. Windows color (decimal): -1919625 or 7845346. OLE color: 7845346.
HSL color Cylindrical-coordinate representation of color #E2B577: hue angle of 34.77º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2B577 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 119 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.11 |
| HSL | 34.77º | 0.65% | 0.68% | - |
| HSV(B) | 34.77º | 0.47% | 0.89% | - |
| XYZ | 51.22 | 50.55 | 24.51 | - |
| YUV | 187.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 119 | 0 | 0.20 | 0.47 | 0.11 | 34.77 | 0.65 | 0.68 |
| Hex | E2 | B5 | 77 | 0 | 14 | 2F | B | 23 | 41 | 44 |
| Octal | 342 | 265 | 167 | 0 | 24 | 57 | 13 | 43 | 101 | 104 |
| Binary | 11100010 | 10110101 | 1110111 | 0 | 10100 | 101111 | 1011 | 100011 | 1000001 | 1000100 |
Color Harmonies of #E2B577
Complementary color
Monochromatic Colors of #E2B577
Black with #E2B577
Text Example
Text Example
White with #E2B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B577; }
p { color: rgb(226,181,119); }
H1.HeaderClassName
{
color: #E2B577;
}
.AnyTagClassName
{
color: #E2B577;
}
</style>
background-color css
<style>
a { background-color: #E2B577; }
a { background-color: rgb(226,181,119); }
div.DivClassName
{
background-color: #E2B577;
}
.BgClassName
{
background-color: #E2B577;
}
</style>
border-color css
<style>
span { border-color: #E2B577; }
span { border-color: rgb(226,181,119); }
td.TdClassName
{
border-color: #E2B577;
}
.TagClassName
{
border-color: #E2B577;
}
</style>