Shades of Maize #E1BD82
Tints of Maize #E1BD82
RGB
CMYK
RGB Variations
Color information
#E1BD82 (or 0xE1BD82) is known color: Maize. HEX triplet: E1, BD and 82. RGB value is (225,189,130). Sum of RGB (Red+Green+Blue) = 225+189+130=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD82 is #1E427D. Grayscale: #C1C1C1. Windows color (decimal): -1983102 or 8568289. OLE color: 8568289.
HSL color Cylindrical-coordinate representation of color #E1BD82: hue angle of 37.26º degrees, saturation: 0.61, 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 #E1BD82 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 130 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.12 |
| HSL | 37.26º | 0.61% | 0.7% | - |
| HSV(B) | 37.26º | 0.42% | 0.88% | - |
| XYZ | 53.28 | 54.01 | 28.74 | - |
| YUV | 193.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 130 | 0 | 0.16 | 0.42 | 0.12 | 37.26 | 0.61 | 0.7 |
| Hex | E1 | BD | 82 | 0 | 10 | 2A | C | 25 | 3D | 46 |
| Octal | 341 | 275 | 202 | 0 | 20 | 52 | 14 | 45 | 75 | 106 |
| Binary | 11100001 | 10111101 | 10000010 | 0 | 10000 | 101010 | 1100 | 100101 | 111101 | 1000110 |
Color Harmonies of #E1BD82
Complementary color
Monochromatic Colors of #E1BD82
Black with #E1BD82
Text Example
Text Example
White with #E1BD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD82; }
p { color: rgb(225,189,130); }
H1.HeaderClassName
{
color: #E1BD82;
}
.AnyTagClassName
{
color: #E1BD82;
}
</style>
background-color css
<style>
a { background-color: #E1BD82; }
a { background-color: rgb(225,189,130); }
div.DivClassName
{
background-color: #E1BD82;
}
.BgClassName
{
background-color: #E1BD82;
}
</style>
border-color css
<style>
span { border-color: #E1BD82; }
span { border-color: rgb(225,189,130); }
td.TdClassName
{
border-color: #E1BD82;
}
.TagClassName
{
border-color: #E1BD82;
}
</style>