Shades of Maize #E1BB83
Tints of Maize #E1BB83
RGB
CMYK
RGB Variations
Color information
#E1BB83 (or 0xE1BB83) is known color: Maize. HEX triplet: E1, BB and 83. RGB value is (225,187,131). Sum of RGB (Red+Green+Blue) = 225+187+131=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BB83 is #1E447C. Grayscale: #C0C0C0. Windows color (decimal): -1983613 or 8633313. OLE color: 8633313.
HSL color Cylindrical-coordinate representation of color #E1BB83: hue angle of 35.74º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1BB83 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 131 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.12 |
| HSL | 35.74º | 0.61% | 0.7% | - |
| HSV(B) | 35.74º | 0.42% | 0.88% | - |
| XYZ | 52.92 | 53.19 | 28.95 | - |
| YUV | 191.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 131 | 0 | 0.17 | 0.42 | 0.12 | 35.74 | 0.61 | 0.7 |
| Hex | E1 | BB | 83 | 0 | 11 | 2A | C | 24 | 3D | 46 |
| Octal | 341 | 273 | 203 | 0 | 21 | 52 | 14 | 44 | 75 | 106 |
| Binary | 11100001 | 10111011 | 10000011 | 0 | 10001 | 101010 | 1100 | 100100 | 111101 | 1000110 |
Color Harmonies of #E1BB83
Complementary color
Monochromatic Colors of #E1BB83
Black with #E1BB83
Text Example
Text Example
White with #E1BB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB83; }
p { color: rgb(225,187,131); }
H1.HeaderClassName
{
color: #E1BB83;
}
.AnyTagClassName
{
color: #E1BB83;
}
</style>
background-color css
<style>
a { background-color: #E1BB83; }
a { background-color: rgb(225,187,131); }
div.DivClassName
{
background-color: #E1BB83;
}
.BgClassName
{
background-color: #E1BB83;
}
</style>
border-color css
<style>
span { border-color: #E1BB83; }
span { border-color: rgb(225,187,131); }
td.TdClassName
{
border-color: #E1BB83;
}
.TagClassName
{
border-color: #E1BB83;
}
</style>