Shades of Maize #E0BB83
Tints of Maize #E0BB83
RGB
CMYK
RGB Variations
Color information
#E0BB83 (or 0xE0BB83) is known color: Maize. HEX triplet: E0, BB and 83. RGB value is (224,187,131). Sum of RGB (Red+Green+Blue) = 224+187+131=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BB83 is #1F447C. Grayscale: #BFBFBF. Windows color (decimal): -2049149 or 8633312. OLE color: 8633312.
HSL color Cylindrical-coordinate representation of color #E0BB83: hue angle of 36.13º degrees, saturation: 0.6, 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 #E0BB83 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 131 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.12 |
| HSL | 36.13º | 0.6% | 0.7% | - |
| HSV(B) | 36.13º | 0.42% | 0.88% | - |
| XYZ | 52.61 | 53.03 | 28.94 | - |
| YUV | 191.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 131 | 0 | 0.17 | 0.42 | 0.12 | 36.13 | 0.6 | 0.7 |
| Hex | E0 | BB | 83 | 0 | 11 | 2A | C | 24 | 3C | 46 |
| Octal | 340 | 273 | 203 | 0 | 21 | 52 | 14 | 44 | 74 | 106 |
| Binary | 11100000 | 10111011 | 10000011 | 0 | 10001 | 101010 | 1100 | 100100 | 111100 | 1000110 |
Color Harmonies of #E0BB83
Complementary color
Monochromatic Colors of #E0BB83
Black with #E0BB83
Text Example
Text Example
White with #E0BB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BB83; }
p { color: rgb(224,187,131); }
H1.HeaderClassName
{
color: #E0BB83;
}
.AnyTagClassName
{
color: #E0BB83;
}
</style>
background-color css
<style>
a { background-color: #E0BB83; }
a { background-color: rgb(224,187,131); }
div.DivClassName
{
background-color: #E0BB83;
}
.BgClassName
{
background-color: #E0BB83;
}
</style>
border-color css
<style>
span { border-color: #E0BB83; }
span { border-color: rgb(224,187,131); }
td.TdClassName
{
border-color: #E0BB83;
}
.TagClassName
{
border-color: #E0BB83;
}
</style>