Shades of Maize #E5B87D
Tints of Maize #E5B87D
RGB
CMYK
RGB Variations
Color information
#E5B87D (or 0xE5B87D) is known color: Maize. HEX triplet: E5, B8 and 7D. RGB value is (229,184,125). Sum of RGB (Red+Green+Blue) = 229+184+125=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B87D is #1A4782. Grayscale: #BFBFBF. Windows color (decimal): -1722243 or 8239333. OLE color: 8239333.
HSL color Cylindrical-coordinate representation of color #E5B87D: hue angle of 34.04º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5B87D is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 184 | 125 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.10 |
| HSL | 34.04º | 0.67% | 0.69% | - |
| HSV(B) | 34.04º | 0.45% | 0.9% | - |
| XYZ | 53.16 | 52.42 | 26.72 | - |
| YUV | 190.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 125 | 0 | 0.20 | 0.45 | 0.10 | 34.04 | 0.67 | 0.69 |
| Hex | E5 | B8 | 7D | 0 | 14 | 2D | A | 22 | 43 | 45 |
| Octal | 345 | 270 | 175 | 0 | 24 | 55 | 12 | 42 | 103 | 105 |
| Binary | 11100101 | 10111000 | 1111101 | 0 | 10100 | 101101 | 1010 | 100010 | 1000011 | 1000101 |
Color Harmonies of #E5B87D
Complementary color
Monochromatic Colors of #E5B87D
Black with #E5B87D
Text Example
Text Example
White with #E5B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B87D; }
p { color: rgb(229,184,125); }
H1.HeaderClassName
{
color: #E5B87D;
}
.AnyTagClassName
{
color: #E5B87D;
}
</style>
background-color css
<style>
a { background-color: #E5B87D; }
a { background-color: rgb(229,184,125); }
div.DivClassName
{
background-color: #E5B87D;
}
.BgClassName
{
background-color: #E5B87D;
}
</style>
border-color css
<style>
span { border-color: #E5B87D; }
span { border-color: rgb(229,184,125); }
td.TdClassName
{
border-color: #E5B87D;
}
.TagClassName
{
border-color: #E5B87D;
}
</style>