Shades of Maize #E3BB7E
Tints of Maize #E3BB7E
RGB
CMYK
RGB Variations
Color information
#E3BB7E (or 0xE3BB7E) is known color: Maize. HEX triplet: E3, BB and 7E. RGB value is (227,187,126). Sum of RGB (Red+Green+Blue) = 227+187+126=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BB7E is #1C4481. Grayscale: #C0C0C0. Windows color (decimal): -1852546 or 8305635. OLE color: 8305635.
HSL color Cylindrical-coordinate representation of color #E3BB7E: hue angle of 36.24º degrees, saturation: 0.64, 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 #E3BB7E is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 187 | 126 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.11 |
| HSL | 36.24º | 0.64% | 0.69% | - |
| HSV(B) | 36.24º | 0.44% | 0.89% | - |
| XYZ | 53.21 | 53.38 | 27.24 | - |
| YUV | 192.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 187 | 126 | 0 | 0.18 | 0.44 | 0.11 | 36.24 | 0.64 | 0.69 |
| Hex | E3 | BB | 7E | 0 | 12 | 2C | B | 24 | 40 | 45 |
| Octal | 343 | 273 | 176 | 0 | 22 | 54 | 13 | 44 | 100 | 105 |
| Binary | 11100011 | 10111011 | 1111110 | 0 | 10010 | 101100 | 1011 | 100100 | 1000000 | 1000101 |
Color Harmonies of #E3BB7E
Complementary color
Monochromatic Colors of #E3BB7E
Black with #E3BB7E
Text Example
Text Example
White with #E3BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BB7E; }
p { color: rgb(227,187,126); }
H1.HeaderClassName
{
color: #E3BB7E;
}
.AnyTagClassName
{
color: #E3BB7E;
}
</style>
background-color css
<style>
a { background-color: #E3BB7E; }
a { background-color: rgb(227,187,126); }
div.DivClassName
{
background-color: #E3BB7E;
}
.BgClassName
{
background-color: #E3BB7E;
}
</style>
border-color css
<style>
span { border-color: #E3BB7E; }
span { border-color: rgb(227,187,126); }
td.TdClassName
{
border-color: #E3BB7E;
}
.TagClassName
{
border-color: #E3BB7E;
}
</style>