Shades of Maize #E1BD80
Tints of Maize #E1BD80
RGB
CMYK
RGB Variations
Color information
#E1BD80 (or 0xE1BD80) is known color: Maize. HEX triplet: E1, BD and 80. RGB value is (225,189,128). Sum of RGB (Red+Green+Blue) = 225+189+128=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD80 is #1E427F. Grayscale: #C1C1C1. Windows color (decimal): -1983104 or 8437217. OLE color: 8437217.
HSL color Cylindrical-coordinate representation of color #E1BD80: hue angle of 37.73º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1BD80 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 128 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.12 |
| HSL | 37.73º | 0.62% | 0.69% | - |
| HSV(B) | 37.73º | 0.43% | 0.88% | - |
| XYZ | 53.15 | 53.96 | 28.04 | - |
| YUV | 192.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 128 | 0 | 0.16 | 0.43 | 0.12 | 37.73 | 0.62 | 0.69 |
| Hex | E1 | BD | 80 | 0 | 10 | 2B | C | 26 | 3E | 45 |
| Octal | 341 | 275 | 200 | 0 | 20 | 53 | 14 | 46 | 76 | 105 |
| Binary | 11100001 | 10111101 | 10000000 | 0 | 10000 | 101011 | 1100 | 100110 | 111110 | 1000101 |
Color Harmonies of #E1BD80
Complementary color
Monochromatic Colors of #E1BD80
Black with #E1BD80
Text Example
Text Example
White with #E1BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD80; }
p { color: rgb(225,189,128); }
H1.HeaderClassName
{
color: #E1BD80;
}
.AnyTagClassName
{
color: #E1BD80;
}
</style>
background-color css
<style>
a { background-color: #E1BD80; }
a { background-color: rgb(225,189,128); }
div.DivClassName
{
background-color: #E1BD80;
}
.BgClassName
{
background-color: #E1BD80;
}
</style>
border-color css
<style>
span { border-color: #E1BD80; }
span { border-color: rgb(225,189,128); }
td.TdClassName
{
border-color: #E1BD80;
}
.TagClassName
{
border-color: #E1BD80;
}
</style>