Shades of Maize #E6B788
Tints of Maize #E6B788
RGB
CMYK
RGB Variations
Color information
#E6B788 (or 0xE6B788) is known color: Maize. HEX triplet: E6, B7 and 88. RGB value is (230,183,136). Sum of RGB (Red+Green+Blue) = 230+183+136=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B788 is #194877. Grayscale: #BFBFBF. Windows color (decimal): -1656952 or 8959974. OLE color: 8959974.
HSL color Cylindrical-coordinate representation of color #E6B788: hue angle of 30º 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 #E6B788 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 136 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.10 |
| HSL | 30º | 0.65% | 0.72% | - |
| HSV(B) | 30º | 0.41% | 0.9% | - |
| XYZ | 54.01 | 52.47 | 30.57 | - |
| YUV | 191.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 136 | 0 | 0.20 | 0.41 | 0.10 | 30 | 0.65 | 0.72 |
| Hex | E6 | B7 | 88 | 0 | 14 | 29 | A | 1E | 41 | 48 |
| Octal | 346 | 267 | 210 | 0 | 24 | 51 | 12 | 36 | 101 | 110 |
| Binary | 11100110 | 10110111 | 10001000 | 0 | 10100 | 101001 | 1010 | 11110 | 1000001 | 1001000 |
Color Harmonies of #E6B788
Complementary color
Monochromatic Colors of #E6B788
Black with #E6B788
Text Example
Text Example
White with #E6B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B788; }
p { color: rgb(230,183,136); }
H1.HeaderClassName
{
color: #E6B788;
}
.AnyTagClassName
{
color: #E6B788;
}
</style>
background-color css
<style>
a { background-color: #E6B788; }
a { background-color: rgb(230,183,136); }
div.DivClassName
{
background-color: #E6B788;
}
.BgClassName
{
background-color: #E6B788;
}
</style>
border-color css
<style>
span { border-color: #E6B788; }
span { border-color: rgb(230,183,136); }
td.TdClassName
{
border-color: #E6B788;
}
.TagClassName
{
border-color: #E6B788;
}
</style>