Shades of Maize #E1BB80
Tints of Maize #E1BB80
RGB
CMYK
RGB Variations
Color information
#E1BB80 (or 0xE1BB80) is known color: Maize. HEX triplet: E1, BB and 80. RGB value is (225,187,128). Sum of RGB (Red+Green+Blue) = 225+187+128=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BB80 is #1E447F. Grayscale: #BFBFBF. Windows color (decimal): -1983616 or 8436705. OLE color: 8436705.
HSL color Cylindrical-coordinate representation of color #E1BB80: hue angle of 36.49º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1BB80 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 128 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.12 |
| HSL | 36.49º | 0.62% | 0.69% | - |
| HSV(B) | 36.49º | 0.43% | 0.88% | - |
| XYZ | 52.72 | 53.11 | 27.89 | - |
| YUV | 191.64 | 92.09 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 128 | 0 | 0.17 | 0.43 | 0.12 | 36.49 | 0.62 | 0.69 |
| Hex | E1 | BB | 80 | 0 | 11 | 2B | C | 24 | 3E | 45 |
| Octal | 341 | 273 | 200 | 0 | 21 | 53 | 14 | 44 | 76 | 105 |
| Binary | 11100001 | 10111011 | 10000000 | 0 | 10001 | 101011 | 1100 | 100100 | 111110 | 1000101 |
Color Harmonies of #E1BB80
Complementary color
Monochromatic Colors of #E1BB80
Black with #E1BB80
Text Example
Text Example
White with #E1BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB80; }
p { color: rgb(225,187,128); }
H1.HeaderClassName
{
color: #E1BB80;
}
.AnyTagClassName
{
color: #E1BB80;
}
</style>
background-color css
<style>
a { background-color: #E1BB80; }
a { background-color: rgb(225,187,128); }
div.DivClassName
{
background-color: #E1BB80;
}
.BgClassName
{
background-color: #E1BB80;
}
</style>
border-color css
<style>
span { border-color: #E1BB80; }
span { border-color: rgb(225,187,128); }
td.TdClassName
{
border-color: #E1BB80;
}
.TagClassName
{
border-color: #E1BB80;
}
</style>