Shades of Maize #E2B481
Tints of Maize #E2B481
RGB
CMYK
RGB Variations
Color information
#E2B481 (or 0xE2B481) is known color: Maize. HEX triplet: E2, B4 and 81. RGB value is (226,180,129). Sum of RGB (Red+Green+Blue) = 226+180+129=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B481 is #1D4B7E. Grayscale: #BCBCBC. Windows color (decimal): -1919871 or 8500450. OLE color: 8500450.
HSL color Cylindrical-coordinate representation of color #E2B481: hue angle of 31.55º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2B481 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 129 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.11 |
| HSL | 31.55º | 0.63% | 0.7% | - |
| HSV(B) | 31.55º | 0.43% | 0.89% | - |
| XYZ | 51.65 | 50.4 | 27.77 | - |
| YUV | 187.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 129 | 0 | 0.20 | 0.43 | 0.11 | 31.55 | 0.63 | 0.7 |
| Hex | E2 | B4 | 81 | 0 | 14 | 2B | B | 20 | 3F | 46 |
| Octal | 342 | 264 | 201 | 0 | 24 | 53 | 13 | 40 | 77 | 106 |
| Binary | 11100010 | 10110100 | 10000001 | 0 | 10100 | 101011 | 1011 | 100000 | 111111 | 1000110 |
Color Harmonies of #E2B481
Complementary color
Monochromatic Colors of #E2B481
Black with #E2B481
Text Example
Text Example
White with #E2B481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B481; }
p { color: rgb(226,180,129); }
H1.HeaderClassName
{
color: #E2B481;
}
.AnyTagClassName
{
color: #E2B481;
}
</style>
background-color css
<style>
a { background-color: #E2B481; }
a { background-color: rgb(226,180,129); }
div.DivClassName
{
background-color: #E2B481;
}
.BgClassName
{
background-color: #E2B481;
}
</style>
border-color css
<style>
span { border-color: #E2B481; }
span { border-color: rgb(226,180,129); }
td.TdClassName
{
border-color: #E2B481;
}
.TagClassName
{
border-color: #E2B481;
}
</style>