Shades of Maize #E3B47D
Tints of Maize #E3B47D
RGB
CMYK
RGB Variations
Color information
#E3B47D (or 0xE3B47D) is known color: Maize. HEX triplet: E3, B4 and 7D. RGB value is (227,180,125). Sum of RGB (Red+Green+Blue) = 227+180+125=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3B47D is #1C4B82. Grayscale: #BCBCBC. Windows color (decimal): -1854339 or 8238307. OLE color: 8238307.
HSL color Cylindrical-coordinate representation of color #E3B47D: hue angle of 32.35º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E3B47D is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 180 | 125 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.11 |
| HSL | 32.35º | 0.65% | 0.69% | - |
| HSV(B) | 32.35º | 0.45% | 0.89% | - |
| XYZ | 51.7 | 50.45 | 26.42 | - |
| YUV | 187.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 180 | 125 | 0 | 0.21 | 0.45 | 0.11 | 32.35 | 0.65 | 0.69 |
| Hex | E3 | B4 | 7D | 0 | 15 | 2D | B | 20 | 41 | 45 |
| Octal | 343 | 264 | 175 | 0 | 25 | 55 | 13 | 40 | 101 | 105 |
| Binary | 11100011 | 10110100 | 1111101 | 0 | 10101 | 101101 | 1011 | 100000 | 1000001 | 1000101 |
Color Harmonies of #E3B47D
Complementary color
Monochromatic Colors of #E3B47D
Black with #E3B47D
Text Example
Text Example
White with #E3B47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B47D; }
p { color: rgb(227,180,125); }
H1.HeaderClassName
{
color: #E3B47D;
}
.AnyTagClassName
{
color: #E3B47D;
}
</style>
background-color css
<style>
a { background-color: #E3B47D; }
a { background-color: rgb(227,180,125); }
div.DivClassName
{
background-color: #E3B47D;
}
.BgClassName
{
background-color: #E3B47D;
}
</style>
border-color css
<style>
span { border-color: #E3B47D; }
span { border-color: rgb(227,180,125); }
td.TdClassName
{
border-color: #E3B47D;
}
.TagClassName
{
border-color: #E3B47D;
}
</style>