Shades of Maize #E2BC7A
Tints of Maize #E2BC7A
RGB
CMYK
RGB Variations
Color information
#E2BC7A (or 0xE2BC7A) is known color: Maize. HEX triplet: E2, BC and 7A. RGB value is (226,188,122). Sum of RGB (Red+Green+Blue) = 226+188+122=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BC7A is #1D4385. Grayscale: #C0C0C0. Windows color (decimal): -1917830 or 8043746. OLE color: 8043746.
HSL color Cylindrical-coordinate representation of color #E2BC7A: hue angle of 38.08º 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 #E2BC7A is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 122 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.11 |
| HSL | 38.08º | 0.64% | 0.68% | - |
| HSV(B) | 38.08º | 0.46% | 0.89% | - |
| XYZ | 52.86 | 53.54 | 25.96 | - |
| YUV | 191.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 122 | 0 | 0.17 | 0.46 | 0.11 | 38.08 | 0.64 | 0.68 |
| Hex | E2 | BC | 7A | 0 | 11 | 2E | B | 26 | 40 | 44 |
| Octal | 342 | 274 | 172 | 0 | 21 | 56 | 13 | 46 | 100 | 104 |
| Binary | 11100010 | 10111100 | 1111010 | 0 | 10001 | 101110 | 1011 | 100110 | 1000000 | 1000100 |
Color Harmonies of #E2BC7A
Complementary color
Monochromatic Colors of #E2BC7A
Black with #E2BC7A
Text Example
Text Example
White with #E2BC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC7A; }
p { color: rgb(226,188,122); }
H1.HeaderClassName
{
color: #E2BC7A;
}
.AnyTagClassName
{
color: #E2BC7A;
}
</style>
background-color css
<style>
a { background-color: #E2BC7A; }
a { background-color: rgb(226,188,122); }
div.DivClassName
{
background-color: #E2BC7A;
}
.BgClassName
{
background-color: #E2BC7A;
}
</style>
border-color css
<style>
span { border-color: #E2BC7A; }
span { border-color: rgb(226,188,122); }
td.TdClassName
{
border-color: #E2BC7A;
}
.TagClassName
{
border-color: #E2BC7A;
}
</style>