Shades of Maize #E1B481
Tints of Maize #E1B481
RGB
CMYK
RGB Variations
Color information
#E1B481 (or 0xE1B481) is known color: Maize. HEX triplet: E1, B4 and 81. RGB value is (225,180,129). Sum of RGB (Red+Green+Blue) = 225+180+129=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B481 is #1E4B7E. Grayscale: #BBBBBB. Windows color (decimal): -1985407 or 8500449. OLE color: 8500449.
HSL color Cylindrical-coordinate representation of color #E1B481: hue angle of 31.88º 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 #E1B481 is Cyan = 0, Magento = 0.2, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 129 | - |
| CMYK | 0 | 0.2 | 0.43 | 0.12 |
| HSL | 31.88º | 0.62% | 0.69% | - |
| HSV(B) | 31.88º | 0.43% | 0.88% | - |
| XYZ | 51.34 | 50.24 | 27.76 | - |
| YUV | 187.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 129 | 0 | 0.2 | 0.43 | 0.12 | 31.88 | 0.62 | 0.69 |
| Hex | E1 | B4 | 81 | 0 | 14 | 2B | C | 20 | 3E | 45 |
| Octal | 341 | 264 | 201 | 0 | 24 | 53 | 14 | 40 | 76 | 105 |
| Binary | 11100001 | 10110100 | 10000001 | 0 | 10100 | 101011 | 1100 | 100000 | 111110 | 1000101 |
Color Harmonies of #E1B481
Complementary color
Monochromatic Colors of #E1B481
Black with #E1B481
Text Example
Text Example
White with #E1B481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B481; }
p { color: rgb(225,180,129); }
H1.HeaderClassName
{
color: #E1B481;
}
.AnyTagClassName
{
color: #E1B481;
}
</style>
background-color css
<style>
a { background-color: #E1B481; }
a { background-color: rgb(225,180,129); }
div.DivClassName
{
background-color: #E1B481;
}
.BgClassName
{
background-color: #E1B481;
}
</style>
border-color css
<style>
span { border-color: #E1B481; }
span { border-color: rgb(225,180,129); }
td.TdClassName
{
border-color: #E1B481;
}
.TagClassName
{
border-color: #E1B481;
}
</style>