Shades of Maize #E2B681
Tints of Maize #E2B681
RGB
CMYK
RGB Variations
Color information
#E2B681 (or 0xE2B681) is known color: Maize. HEX triplet: E2, B6 and 81. RGB value is (226,182,129). Sum of RGB (Red+Green+Blue) = 226+182+129=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B681 is #1D497E. Grayscale: #BDBDBD. Windows color (decimal): -1919359 or 8500962. OLE color: 8500962.
HSL color Cylindrical-coordinate representation of color #E2B681: hue angle of 32.78º 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 #E2B681 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 129 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.11 |
| HSL | 32.78º | 0.63% | 0.7% | - |
| HSV(B) | 32.78º | 0.43% | 0.89% | - |
| XYZ | 52.05 | 51.21 | 27.91 | - |
| YUV | 189.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 129 | 0 | 0.19 | 0.43 | 0.11 | 32.78 | 0.63 | 0.7 |
| Hex | E2 | B6 | 81 | 0 | 13 | 2B | B | 21 | 3F | 46 |
| Octal | 342 | 266 | 201 | 0 | 23 | 53 | 13 | 41 | 77 | 106 |
| Binary | 11100010 | 10110110 | 10000001 | 0 | 10011 | 101011 | 1011 | 100001 | 111111 | 1000110 |
Color Harmonies of #E2B681
Complementary color
Monochromatic Colors of #E2B681
Black with #E2B681
Text Example
Text Example
White with #E2B681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B681; }
p { color: rgb(226,182,129); }
H1.HeaderClassName
{
color: #E2B681;
}
.AnyTagClassName
{
color: #E2B681;
}
</style>
background-color css
<style>
a { background-color: #E2B681; }
a { background-color: rgb(226,182,129); }
div.DivClassName
{
background-color: #E2B681;
}
.BgClassName
{
background-color: #E2B681;
}
</style>
border-color css
<style>
span { border-color: #E2B681; }
span { border-color: rgb(226,182,129); }
td.TdClassName
{
border-color: #E2B681;
}
.TagClassName
{
border-color: #E2B681;
}
</style>