Shades of Maize #E4B582
Tints of Maize #E4B582
RGB
CMYK
RGB Variations
Color information
#E4B582 (or 0xE4B582) is known color: Maize. HEX triplet: E4, B5 and 82. RGB value is (228,181,130). Sum of RGB (Red+Green+Blue) = 228+181+130=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4B582 is #1B4A7D. Grayscale: #BDBDBD. Windows color (decimal): -1788542 or 8566244. OLE color: 8566244.
HSL color Cylindrical-coordinate representation of color #E4B582: hue angle of 31.22º degrees, saturation: 0.64, 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 #E4B582 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 181 | 130 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.11 |
| HSL | 31.22º | 0.64% | 0.7% | - |
| HSV(B) | 31.22º | 0.43% | 0.89% | - |
| XYZ | 52.55 | 51.15 | 28.22 | - |
| YUV | 189.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 181 | 130 | 0 | 0.21 | 0.43 | 0.11 | 31.22 | 0.64 | 0.7 |
| Hex | E4 | B5 | 82 | 0 | 15 | 2B | B | 1F | 40 | 46 |
| Octal | 344 | 265 | 202 | 0 | 25 | 53 | 13 | 37 | 100 | 106 |
| Binary | 11100100 | 10110101 | 10000010 | 0 | 10101 | 101011 | 1011 | 11111 | 1000000 | 1000110 |
Color Harmonies of #E4B582
Complementary color
Monochromatic Colors of #E4B582
Black with #E4B582
Text Example
Text Example
White with #E4B582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B582; }
p { color: rgb(228,181,130); }
H1.HeaderClassName
{
color: #E4B582;
}
.AnyTagClassName
{
color: #E4B582;
}
</style>
background-color css
<style>
a { background-color: #E4B582; }
a { background-color: rgb(228,181,130); }
div.DivClassName
{
background-color: #E4B582;
}
.BgClassName
{
background-color: #E4B582;
}
</style>
border-color css
<style>
span { border-color: #E4B582; }
span { border-color: rgb(228,181,130); }
td.TdClassName
{
border-color: #E4B582;
}
.TagClassName
{
border-color: #E4B582;
}
</style>