Shades of Maize #E5B47A
Tints of Maize #E5B47A
RGB
CMYK
RGB Variations
Color information
#E5B47A (or 0xE5B47A) is known color: Maize. HEX triplet: E5, B4 and 7A. RGB value is (229,180,122). Sum of RGB (Red+Green+Blue) = 229+180+122=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B47A is #1A4B85. Grayscale: #BCBCBC. Windows color (decimal): -1723270 or 8041701. OLE color: 8041701.
HSL color Cylindrical-coordinate representation of color #E5B47A: hue angle of 32.52º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5B47A is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 122 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.10 |
| HSL | 32.52º | 0.67% | 0.69% | - |
| HSV(B) | 32.52º | 0.47% | 0.9% | - |
| XYZ | 52.15 | 50.71 | 25.45 | - |
| YUV | 188.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 122 | 0 | 0.21 | 0.47 | 0.10 | 32.52 | 0.67 | 0.69 |
| Hex | E5 | B4 | 7A | 0 | 15 | 2F | A | 21 | 43 | 45 |
| Octal | 345 | 264 | 172 | 0 | 25 | 57 | 12 | 41 | 103 | 105 |
| Binary | 11100101 | 10110100 | 1111010 | 0 | 10101 | 101111 | 1010 | 100001 | 1000011 | 1000101 |
Color Harmonies of #E5B47A
Complementary color
Monochromatic Colors of #E5B47A
Black with #E5B47A
Text Example
Text Example
White with #E5B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B47A; }
p { color: rgb(229,180,122); }
H1.HeaderClassName
{
color: #E5B47A;
}
.AnyTagClassName
{
color: #E5B47A;
}
</style>
background-color css
<style>
a { background-color: #E5B47A; }
a { background-color: rgb(229,180,122); }
div.DivClassName
{
background-color: #E5B47A;
}
.BgClassName
{
background-color: #E5B47A;
}
</style>
border-color css
<style>
span { border-color: #E5B47A; }
span { border-color: rgb(229,180,122); }
td.TdClassName
{
border-color: #E5B47A;
}
.TagClassName
{
border-color: #E5B47A;
}
</style>