Shades of Maize #E2B57F
Tints of Maize #E2B57F
RGB
CMYK
RGB Variations
Color information
#E2B57F (or 0xE2B57F) is known color: Maize. HEX triplet: E2, B5 and 7F. RGB value is (226,181,127). Sum of RGB (Red+Green+Blue) = 226+181+127=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B57F is #1D4A80. Grayscale: #BCBCBC. Windows color (decimal): -1919617 or 8369634. OLE color: 8369634.
HSL color Cylindrical-coordinate representation of color #E2B57F: hue angle of 32.73º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2B57F is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 127 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.11 |
| HSL | 32.73º | 0.63% | 0.69% | - |
| HSV(B) | 32.73º | 0.44% | 0.89% | - |
| XYZ | 51.72 | 50.75 | 27.15 | - |
| YUV | 188.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 127 | 0 | 0.20 | 0.44 | 0.11 | 32.73 | 0.63 | 0.69 |
| Hex | E2 | B5 | 7F | 0 | 14 | 2C | B | 21 | 3F | 45 |
| Octal | 342 | 265 | 177 | 0 | 24 | 54 | 13 | 41 | 77 | 105 |
| Binary | 11100010 | 10110101 | 1111111 | 0 | 10100 | 101100 | 1011 | 100001 | 111111 | 1000101 |
Color Harmonies of #E2B57F
Complementary color
Monochromatic Colors of #E2B57F
Black with #E2B57F
Text Example
Text Example
White with #E2B57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B57F; }
p { color: rgb(226,181,127); }
H1.HeaderClassName
{
color: #E2B57F;
}
.AnyTagClassName
{
color: #E2B57F;
}
</style>
background-color css
<style>
a { background-color: #E2B57F; }
a { background-color: rgb(226,181,127); }
div.DivClassName
{
background-color: #E2B57F;
}
.BgClassName
{
background-color: #E2B57F;
}
</style>
border-color css
<style>
span { border-color: #E2B57F; }
span { border-color: rgb(226,181,127); }
td.TdClassName
{
border-color: #E2B57F;
}
.TagClassName
{
border-color: #E2B57F;
}
</style>