Shades of Maize #E1B77F
Tints of Maize #E1B77F
RGB
CMYK
RGB Variations
Color information
#E1B77F (or 0xE1B77F) is known color: Maize. HEX triplet: E1, B7 and 7F. RGB value is (225,183,127). Sum of RGB (Red+Green+Blue) = 225+183+127=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B77F is #1E4880. Grayscale: #BDBDBD. Windows color (decimal): -1984641 or 8370145. OLE color: 8370145.
HSL color Cylindrical-coordinate representation of color #E1B77F: hue angle of 34.29º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1B77F is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 127 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.12 |
| HSL | 34.29º | 0.62% | 0.69% | - |
| HSV(B) | 34.29º | 0.44% | 0.88% | - |
| XYZ | 51.82 | 51.41 | 27.27 | - |
| YUV | 189.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 127 | 0 | 0.19 | 0.44 | 0.12 | 34.29 | 0.62 | 0.69 |
| Hex | E1 | B7 | 7F | 0 | 13 | 2C | C | 22 | 3E | 45 |
| Octal | 341 | 267 | 177 | 0 | 23 | 54 | 14 | 42 | 76 | 105 |
| Binary | 11100001 | 10110111 | 1111111 | 0 | 10011 | 101100 | 1100 | 100010 | 111110 | 1000101 |
Color Harmonies of #E1B77F
Complementary color
Monochromatic Colors of #E1B77F
Black with #E1B77F
Text Example
Text Example
White with #E1B77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B77F; }
p { color: rgb(225,183,127); }
H1.HeaderClassName
{
color: #E1B77F;
}
.AnyTagClassName
{
color: #E1B77F;
}
</style>
background-color css
<style>
a { background-color: #E1B77F; }
a { background-color: rgb(225,183,127); }
div.DivClassName
{
background-color: #E1B77F;
}
.BgClassName
{
background-color: #E1B77F;
}
</style>
border-color css
<style>
span { border-color: #E1B77F; }
span { border-color: rgb(225,183,127); }
td.TdClassName
{
border-color: #E1B77F;
}
.TagClassName
{
border-color: #E1B77F;
}
</style>