Shades of Maize #E2BA7B
Tints of Maize #E2BA7B
RGB
CMYK
RGB Variations
Color information
#E2BA7B (or 0xE2BA7B) is known color: Maize. HEX triplet: E2, BA and 7B. RGB value is (226,186,123). Sum of RGB (Red+Green+Blue) = 226+186+123=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BA7B is #1D4584. Grayscale: #BFBFBF. Windows color (decimal): -1918341 or 8108770. OLE color: 8108770.
HSL color Cylindrical-coordinate representation of color #E2BA7B: hue angle of 36.7º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2BA7B is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 123 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.11 |
| HSL | 36.7º | 0.64% | 0.68% | - |
| HSV(B) | 36.7º | 0.46% | 0.89% | - |
| XYZ | 52.5 | 52.72 | 26.15 | - |
| YUV | 190.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 123 | 0 | 0.18 | 0.46 | 0.11 | 36.7 | 0.64 | 0.68 |
| Hex | E2 | BA | 7B | 0 | 12 | 2E | B | 25 | 40 | 44 |
| Octal | 342 | 272 | 173 | 0 | 22 | 56 | 13 | 45 | 100 | 104 |
| Binary | 11100010 | 10111010 | 1111011 | 0 | 10010 | 101110 | 1011 | 100101 | 1000000 | 1000100 |
Color Harmonies of #E2BA7B
Complementary color
Monochromatic Colors of #E2BA7B
Black with #E2BA7B
Text Example
Text Example
White with #E2BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BA7B; }
p { color: rgb(226,186,123); }
H1.HeaderClassName
{
color: #E2BA7B;
}
.AnyTagClassName
{
color: #E2BA7B;
}
</style>
background-color css
<style>
a { background-color: #E2BA7B; }
a { background-color: rgb(226,186,123); }
div.DivClassName
{
background-color: #E2BA7B;
}
.BgClassName
{
background-color: #E2BA7B;
}
</style>
border-color css
<style>
span { border-color: #E2BA7B; }
span { border-color: rgb(226,186,123); }
td.TdClassName
{
border-color: #E2BA7B;
}
.TagClassName
{
border-color: #E2BA7B;
}
</style>