Shades of Maize #E6BA8A
Tints of Maize #E6BA8A
RGB
CMYK
RGB Variations
Color information
#E6BA8A (or 0xE6BA8A) is known color: Maize. HEX triplet: E6, BA and 8A. RGB value is (230,186,138). Sum of RGB (Red+Green+Blue) = 230+186+138=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BA8A is #194575. Grayscale: #C1C1C1. Windows color (decimal): -1656182 or 9091814. OLE color: 9091814.
HSL color Cylindrical-coordinate representation of color #E6BA8A: hue angle of 31.3º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6BA8A is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 138 | - |
| CMYK | 0 | 0.19 | 0.4 | 0.10 |
| HSL | 31.3º | 0.65% | 0.72% | - |
| HSV(B) | 31.3º | 0.4% | 0.9% | - |
| XYZ | 54.78 | 53.78 | 31.54 | - |
| YUV | 193.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 138 | 0 | 0.19 | 0.4 | 0.10 | 31.3 | 0.65 | 0.72 |
| Hex | E6 | BA | 8A | 0 | 13 | 28 | A | 1F | 41 | 48 |
| Octal | 346 | 272 | 212 | 0 | 23 | 50 | 12 | 37 | 101 | 110 |
| Binary | 11100110 | 10111010 | 10001010 | 0 | 10011 | 101000 | 1010 | 11111 | 1000001 | 1001000 |
Color Harmonies of #E6BA8A
Complementary color
Monochromatic Colors of #E6BA8A
Black with #E6BA8A
Text Example
Text Example
White with #E6BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA8A; }
p { color: rgb(230,186,138); }
H1.HeaderClassName
{
color: #E6BA8A;
}
.AnyTagClassName
{
color: #E6BA8A;
}
</style>
background-color css
<style>
a { background-color: #E6BA8A; }
a { background-color: rgb(230,186,138); }
div.DivClassName
{
background-color: #E6BA8A;
}
.BgClassName
{
background-color: #E6BA8A;
}
</style>
border-color css
<style>
span { border-color: #E6BA8A; }
span { border-color: rgb(230,186,138); }
td.TdClassName
{
border-color: #E6BA8A;
}
.TagClassName
{
border-color: #E6BA8A;
}
</style>