Shades of Maize #E3BD80
Tints of Maize #E3BD80
RGB
CMYK
RGB Variations
Color information
#E3BD80 (or 0xE3BD80) is known color: Maize. HEX triplet: E3, BD and 80. RGB value is (227,189,128). Sum of RGB (Red+Green+Blue) = 227+189+128=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BD80 is #1C427F. Grayscale: #C1C1C1. Windows color (decimal): -1852032 or 8437219. OLE color: 8437219.
HSL color Cylindrical-coordinate representation of color #E3BD80: hue angle of 36.97º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3BD80 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 128 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.11 |
| HSL | 36.97º | 0.64% | 0.7% | - |
| HSV(B) | 36.97º | 0.44% | 0.89% | - |
| XYZ | 53.77 | 54.28 | 28.07 | - |
| YUV | 193.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 128 | 0 | 0.17 | 0.44 | 0.11 | 36.97 | 0.64 | 0.7 |
| Hex | E3 | BD | 80 | 0 | 11 | 2C | B | 25 | 40 | 46 |
| Octal | 343 | 275 | 200 | 0 | 21 | 54 | 13 | 45 | 100 | 106 |
| Binary | 11100011 | 10111101 | 10000000 | 0 | 10001 | 101100 | 1011 | 100101 | 1000000 | 1000110 |
Color Harmonies of #E3BD80
Complementary color
Monochromatic Colors of #E3BD80
Black with #E3BD80
Text Example
Text Example
White with #E3BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BD80; }
p { color: rgb(227,189,128); }
H1.HeaderClassName
{
color: #E3BD80;
}
.AnyTagClassName
{
color: #E3BD80;
}
</style>
background-color css
<style>
a { background-color: #E3BD80; }
a { background-color: rgb(227,189,128); }
div.DivClassName
{
background-color: #E3BD80;
}
.BgClassName
{
background-color: #E3BD80;
}
</style>
border-color css
<style>
span { border-color: #E3BD80; }
span { border-color: rgb(227,189,128); }
td.TdClassName
{
border-color: #E3BD80;
}
.TagClassName
{
border-color: #E3BD80;
}
</style>