Shades of Maize #E5BA83
Tints of Maize #E5BA83
RGB
CMYK
RGB Variations
Color information
#E5BA83 (or 0xE5BA83) is known color: Maize. HEX triplet: E5, BA and 83. RGB value is (229,186,131). Sum of RGB (Red+Green+Blue) = 229+186+131=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BA83 is #1A457C. Grayscale: #C0C0C0. Windows color (decimal): -1721725 or 8633061. OLE color: 8633061.
HSL color Cylindrical-coordinate representation of color #E5BA83: hue angle of 33.67º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5BA83 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 131 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.10 |
| HSL | 33.67º | 0.65% | 0.71% | - |
| HSV(B) | 33.67º | 0.43% | 0.9% | - |
| XYZ | 53.97 | 53.41 | 28.94 | - |
| YUV | 192.59 | 93.25 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 131 | 0 | 0.19 | 0.43 | 0.10 | 33.67 | 0.65 | 0.71 |
| Hex | E5 | BA | 83 | 0 | 13 | 2B | A | 22 | 41 | 47 |
| Octal | 345 | 272 | 203 | 0 | 23 | 53 | 12 | 42 | 101 | 107 |
| Binary | 11100101 | 10111010 | 10000011 | 0 | 10011 | 101011 | 1010 | 100010 | 1000001 | 1000111 |
Color Harmonies of #E5BA83
Complementary color
Monochromatic Colors of #E5BA83
Black with #E5BA83
Text Example
Text Example
White with #E5BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA83; }
p { color: rgb(229,186,131); }
H1.HeaderClassName
{
color: #E5BA83;
}
.AnyTagClassName
{
color: #E5BA83;
}
</style>
background-color css
<style>
a { background-color: #E5BA83; }
a { background-color: rgb(229,186,131); }
div.DivClassName
{
background-color: #E5BA83;
}
.BgClassName
{
background-color: #E5BA83;
}
</style>
border-color css
<style>
span { border-color: #E5BA83; }
span { border-color: rgb(229,186,131); }
td.TdClassName
{
border-color: #E5BA83;
}
.TagClassName
{
border-color: #E5BA83;
}
</style>