Shades of Maize #E1BB81
Tints of Maize #E1BB81
RGB
CMYK
RGB Variations
Color information
#E1BB81 (or 0xE1BB81) is known color: Maize. HEX triplet: E1, BB and 81. RGB value is (225,187,129). Sum of RGB (Red+Green+Blue) = 225+187+129=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BB81 is #1E447E. Grayscale: #C0C0C0. Windows color (decimal): -1983615 or 8502241. OLE color: 8502241.
HSL color Cylindrical-coordinate representation of color #E1BB81: hue angle of 36.25º 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 #E1BB81 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 129 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.12 |
| HSL | 36.25º | 0.62% | 0.69% | - |
| HSV(B) | 36.25º | 0.43% | 0.88% | - |
| XYZ | 52.78 | 53.13 | 28.24 | - |
| YUV | 191.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 129 | 0 | 0.17 | 0.43 | 0.12 | 36.25 | 0.62 | 0.69 |
| Hex | E1 | BB | 81 | 0 | 11 | 2B | C | 24 | 3E | 45 |
| Octal | 341 | 273 | 201 | 0 | 21 | 53 | 14 | 44 | 76 | 105 |
| Binary | 11100001 | 10111011 | 10000001 | 0 | 10001 | 101011 | 1100 | 100100 | 111110 | 1000101 |
Color Harmonies of #E1BB81
Complementary color
Monochromatic Colors of #E1BB81
Black with #E1BB81
Text Example
Text Example
White with #E1BB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB81; }
p { color: rgb(225,187,129); }
H1.HeaderClassName
{
color: #E1BB81;
}
.AnyTagClassName
{
color: #E1BB81;
}
</style>
background-color css
<style>
a { background-color: #E1BB81; }
a { background-color: rgb(225,187,129); }
div.DivClassName
{
background-color: #E1BB81;
}
.BgClassName
{
background-color: #E1BB81;
}
</style>
border-color css
<style>
span { border-color: #E1BB81; }
span { border-color: rgb(225,187,129); }
td.TdClassName
{
border-color: #E1BB81;
}
.TagClassName
{
border-color: #E1BB81;
}
</style>