Shades of Maize #E6B988
Tints of Maize #E6B988
RGB
CMYK
RGB Variations
Color information
#E6B988 (or 0xE6B988) is known color: Maize. HEX triplet: E6, B9 and 88. RGB value is (230,185,136). Sum of RGB (Red+Green+Blue) = 230+185+136=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B988 is #194677. Grayscale: #C1C1C1. Windows color (decimal): -1656440 or 8960486. OLE color: 8960486.
HSL color Cylindrical-coordinate representation of color #E6B988: hue angle of 31.28º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6B988 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 136 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.10 |
| HSL | 31.28º | 0.65% | 0.72% | - |
| HSV(B) | 31.28º | 0.41% | 0.9% | - |
| XYZ | 54.43 | 53.3 | 30.71 | - |
| YUV | 192.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 136 | 0 | 0.20 | 0.41 | 0.10 | 31.28 | 0.65 | 0.72 |
| Hex | E6 | B9 | 88 | 0 | 14 | 29 | A | 1F | 41 | 48 |
| Octal | 346 | 271 | 210 | 0 | 24 | 51 | 12 | 37 | 101 | 110 |
| Binary | 11100110 | 10111001 | 10001000 | 0 | 10100 | 101001 | 1010 | 11111 | 1000001 | 1001000 |
Color Harmonies of #E6B988
Complementary color
Monochromatic Colors of #E6B988
Black with #E6B988
Text Example
Text Example
White with #E6B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B988; }
p { color: rgb(230,185,136); }
H1.HeaderClassName
{
color: #E6B988;
}
.AnyTagClassName
{
color: #E6B988;
}
</style>
background-color css
<style>
a { background-color: #E6B988; }
a { background-color: rgb(230,185,136); }
div.DivClassName
{
background-color: #E6B988;
}
.BgClassName
{
background-color: #E6B988;
}
</style>
border-color css
<style>
span { border-color: #E6B988; }
span { border-color: rgb(230,185,136); }
td.TdClassName
{
border-color: #E6B988;
}
.TagClassName
{
border-color: #E6B988;
}
</style>