Shades of Maize #E2BA7E
Tints of Maize #E2BA7E
RGB
CMYK
RGB Variations
Color information
#E2BA7E (or 0xE2BA7E) is known color: Maize. HEX triplet: E2, BA and 7E. RGB value is (226,186,126). Sum of RGB (Red+Green+Blue) = 226+186+126=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BA7E is #1D4581. Grayscale: #BFBFBF. Windows color (decimal): -1918338 or 8305378. OLE color: 8305378.
HSL color Cylindrical-coordinate representation of color #E2BA7E: hue angle of 36º 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 #E2BA7E is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 126 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.11 |
| HSL | 36º | 0.63% | 0.69% | - |
| HSV(B) | 36º | 0.44% | 0.89% | - |
| XYZ | 52.69 | 52.79 | 27.15 | - |
| YUV | 191.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 126 | 0 | 0.18 | 0.44 | 0.11 | 36 | 0.63 | 0.69 |
| Hex | E2 | BA | 7E | 0 | 12 | 2C | B | 24 | 3F | 45 |
| Octal | 342 | 272 | 176 | 0 | 22 | 54 | 13 | 44 | 77 | 105 |
| Binary | 11100010 | 10111010 | 1111110 | 0 | 10010 | 101100 | 1011 | 100100 | 111111 | 1000101 |
Color Harmonies of #E2BA7E
Complementary color
Monochromatic Colors of #E2BA7E
Black with #E2BA7E
Text Example
Text Example
White with #E2BA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BA7E; }
p { color: rgb(226,186,126); }
H1.HeaderClassName
{
color: #E2BA7E;
}
.AnyTagClassName
{
color: #E2BA7E;
}
</style>
background-color css
<style>
a { background-color: #E2BA7E; }
a { background-color: rgb(226,186,126); }
div.DivClassName
{
background-color: #E2BA7E;
}
.BgClassName
{
background-color: #E2BA7E;
}
</style>
border-color css
<style>
span { border-color: #E2BA7E; }
span { border-color: rgb(226,186,126); }
td.TdClassName
{
border-color: #E2BA7E;
}
.TagClassName
{
border-color: #E2BA7E;
}
</style>