Shades of Maize #E5BE85
Tints of Maize #E5BE85
RGB
CMYK
RGB Variations
Color information
#E5BE85 (or 0xE5BE85) is known color: Maize. HEX triplet: E5, BE and 85. RGB value is (229,190,133). Sum of RGB (Red+Green+Blue) = 229+190+133=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BE85 is #1A417A. Grayscale: #C3C3C3. Windows color (decimal): -1720699 or 8765157. OLE color: 8765157.
HSL color Cylindrical-coordinate representation of color #E5BE85: hue angle of 35.62º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5BE85 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 133 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.10 |
| HSL | 35.63º | 0.65% | 0.71% | - |
| HSV(B) | 35.63º | 0.42% | 0.9% | - |
| XYZ | 54.96 | 55.18 | 29.94 | - |
| YUV | 195.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 133 | 0 | 0.17 | 0.42 | 0.10 | 35.63 | 0.65 | 0.71 |
| Hex | E5 | BE | 85 | 0 | 11 | 2A | A | 24 | 41 | 47 |
| Octal | 345 | 276 | 205 | 0 | 21 | 52 | 12 | 44 | 101 | 107 |
| Binary | 11100101 | 10111110 | 10000101 | 0 | 10001 | 101010 | 1010 | 100100 | 1000001 | 1000111 |
Color Harmonies of #E5BE85
Complementary color
Monochromatic Colors of #E5BE85
Black with #E5BE85
Text Example
Text Example
White with #E5BE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE85; }
p { color: rgb(229,190,133); }
H1.HeaderClassName
{
color: #E5BE85;
}
.AnyTagClassName
{
color: #E5BE85;
}
</style>
background-color css
<style>
a { background-color: #E5BE85; }
a { background-color: rgb(229,190,133); }
div.DivClassName
{
background-color: #E5BE85;
}
.BgClassName
{
background-color: #E5BE85;
}
</style>
border-color css
<style>
span { border-color: #E5BE85; }
span { border-color: rgb(229,190,133); }
td.TdClassName
{
border-color: #E5BE85;
}
.TagClassName
{
border-color: #E5BE85;
}
</style>