Shades of Maize #E2BA78
Tints of Maize #E2BA78
RGB
CMYK
RGB Variations
Color information
#E2BA78 (or 0xE2BA78) is known color: Maize. HEX triplet: E2, BA and 78. RGB value is (226,186,120). Sum of RGB (Red+Green+Blue) = 226+186+120=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BA78 is #1D4587. Grayscale: #BEBEBE. Windows color (decimal): -1918344 or 7912162. OLE color: 7912162.
HSL color Cylindrical-coordinate representation of color #E2BA78: hue angle of 37.36º 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 #E2BA78 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 120 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.11 |
| HSL | 37.36º | 0.65% | 0.68% | - |
| HSV(B) | 37.36º | 0.47% | 0.89% | - |
| XYZ | 52.31 | 52.64 | 25.17 | - |
| YUV | 190.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 120 | 0 | 0.18 | 0.47 | 0.11 | 37.36 | 0.65 | 0.68 |
| Hex | E2 | BA | 78 | 0 | 12 | 2F | B | 25 | 41 | 44 |
| Octal | 342 | 272 | 170 | 0 | 22 | 57 | 13 | 45 | 101 | 104 |
| Binary | 11100010 | 10111010 | 1111000 | 0 | 10010 | 101111 | 1011 | 100101 | 1000001 | 1000100 |
Color Harmonies of #E2BA78
Complementary color
Monochromatic Colors of #E2BA78
Black with #E2BA78
Text Example
Text Example
White with #E2BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BA78; }
p { color: rgb(226,186,120); }
H1.HeaderClassName
{
color: #E2BA78;
}
.AnyTagClassName
{
color: #E2BA78;
}
</style>
background-color css
<style>
a { background-color: #E2BA78; }
a { background-color: rgb(226,186,120); }
div.DivClassName
{
background-color: #E2BA78;
}
.BgClassName
{
background-color: #E2BA78;
}
</style>
border-color css
<style>
span { border-color: #E2BA78; }
span { border-color: rgb(226,186,120); }
td.TdClassName
{
border-color: #E2BA78;
}
.TagClassName
{
border-color: #E2BA78;
}
</style>