Shades of Maize #E0BC83
Tints of Maize #E0BC83
RGB
CMYK
RGB Variations
Color information
#E0BC83 (or 0xE0BC83) is known color: Maize. HEX triplet: E0, BC and 83. RGB value is (224,188,131). Sum of RGB (Red+Green+Blue) = 224+188+131=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BC83 is #1F437C. Grayscale: #C0C0C0. Windows color (decimal): -2048893 or 8633568. OLE color: 8633568.
HSL color Cylindrical-coordinate representation of color #E0BC83: hue angle of 36.77º 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 #E0BC83 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 131 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.12 |
| HSL | 36.77º | 0.6% | 0.7% | - |
| HSV(B) | 36.77º | 0.42% | 0.88% | - |
| XYZ | 52.82 | 53.45 | 29.01 | - |
| YUV | 192.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 131 | 0 | 0.16 | 0.42 | 0.12 | 36.77 | 0.6 | 0.7 |
| Hex | E0 | BC | 83 | 0 | 10 | 2A | C | 25 | 3C | 46 |
| Octal | 340 | 274 | 203 | 0 | 20 | 52 | 14 | 45 | 74 | 106 |
| Binary | 11100000 | 10111100 | 10000011 | 0 | 10000 | 101010 | 1100 | 100101 | 111100 | 1000110 |
Color Harmonies of #E0BC83
Complementary color
Monochromatic Colors of #E0BC83
Black with #E0BC83
Text Example
Text Example
White with #E0BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC83; }
p { color: rgb(224,188,131); }
H1.HeaderClassName
{
color: #E0BC83;
}
.AnyTagClassName
{
color: #E0BC83;
}
</style>
background-color css
<style>
a { background-color: #E0BC83; }
a { background-color: rgb(224,188,131); }
div.DivClassName
{
background-color: #E0BC83;
}
.BgClassName
{
background-color: #E0BC83;
}
</style>
border-color css
<style>
span { border-color: #E0BC83; }
span { border-color: rgb(224,188,131); }
td.TdClassName
{
border-color: #E0BC83;
}
.TagClassName
{
border-color: #E0BC83;
}
</style>