Shades of Maize #E0B779
Tints of Maize #E0B779
RGB
CMYK
RGB Variations
Color information
#E0B779 (or 0xE0B779) is known color: Maize. HEX triplet: E0, B7 and 79. RGB value is (224,183,121). Sum of RGB (Red+Green+Blue) = 224+183+121=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 121 (47.66% from 255 or 22.92% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B779 is #1F4886. Grayscale: #BCBCBC. Windows color (decimal): -2050183 or 7976928. OLE color: 7976928.
HSL color Cylindrical-coordinate representation of color #E0B779: hue angle of 36.12º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0B779 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 121 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.12 |
| HSL | 36.12º | 0.62% | 0.68% | - |
| HSV(B) | 36.12º | 0.46% | 0.88% | - |
| XYZ | 51.13 | 51.09 | 25.26 | - |
| YUV | 188.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 121 | 0 | 0.18 | 0.46 | 0.12 | 36.12 | 0.62 | 0.68 |
| Hex | E0 | B7 | 79 | 0 | 12 | 2E | C | 24 | 3E | 44 |
| Octal | 340 | 267 | 171 | 0 | 22 | 56 | 14 | 44 | 76 | 104 |
| Binary | 11100000 | 10110111 | 1111001 | 0 | 10010 | 101110 | 1100 | 100100 | 111110 | 1000100 |
Color Harmonies of #E0B779
Complementary color
Monochromatic Colors of #E0B779
Black with #E0B779
Text Example
Text Example
White with #E0B779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B779; }
p { color: rgb(224,183,121); }
H1.HeaderClassName
{
color: #E0B779;
}
.AnyTagClassName
{
color: #E0B779;
}
</style>
background-color css
<style>
a { background-color: #E0B779; }
a { background-color: rgb(224,183,121); }
div.DivClassName
{
background-color: #E0B779;
}
.BgClassName
{
background-color: #E0B779;
}
</style>
border-color css
<style>
span { border-color: #E0B779; }
span { border-color: rgb(224,183,121); }
td.TdClassName
{
border-color: #E0B779;
}
.TagClassName
{
border-color: #E0B779;
}
</style>