Shades of Maize #E1B47A
Tints of Maize #E1B47A
RGB
CMYK
RGB Variations
Color information
#E1B47A (or 0xE1B47A) is known color: Maize. HEX triplet: E1, B4 and 7A. RGB value is (225,180,122). Sum of RGB (Red+Green+Blue) = 225+180+122=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B47A is #1E4B85. Grayscale: #BBBBBB. Windows color (decimal): -1985414 or 8041697. OLE color: 8041697.
HSL color Cylindrical-coordinate representation of color #E1B47A: hue angle of 33.79º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1B47A is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 122 | - |
| CMYK | 0 | 0.2 | 0.46 | 0.12 |
| HSL | 33.79º | 0.63% | 0.68% | - |
| HSV(B) | 33.79º | 0.46% | 0.88% | - |
| XYZ | 50.89 | 50.06 | 25.39 | - |
| YUV | 186.84 | 91.41 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 122 | 0 | 0.2 | 0.46 | 0.12 | 33.79 | 0.63 | 0.68 |
| Hex | E1 | B4 | 7A | 0 | 14 | 2E | C | 22 | 3F | 44 |
| Octal | 341 | 264 | 172 | 0 | 24 | 56 | 14 | 42 | 77 | 104 |
| Binary | 11100001 | 10110100 | 1111010 | 0 | 10100 | 101110 | 1100 | 100010 | 111111 | 1000100 |
Color Harmonies of #E1B47A
Complementary color
Monochromatic Colors of #E1B47A
Black with #E1B47A
Text Example
Text Example
White with #E1B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B47A; }
p { color: rgb(225,180,122); }
H1.HeaderClassName
{
color: #E1B47A;
}
.AnyTagClassName
{
color: #E1B47A;
}
</style>
background-color css
<style>
a { background-color: #E1B47A; }
a { background-color: rgb(225,180,122); }
div.DivClassName
{
background-color: #E1B47A;
}
.BgClassName
{
background-color: #E1B47A;
}
</style>
border-color css
<style>
span { border-color: #E1B47A; }
span { border-color: rgb(225,180,122); }
td.TdClassName
{
border-color: #E1B47A;
}
.TagClassName
{
border-color: #E1B47A;
}
</style>