Shades of Maize #E6BC87
Tints of Maize #E6BC87
RGB
CMYK
RGB Variations
Color information
#E6BC87 (or 0xE6BC87) is known color: Maize. HEX triplet: E6, BC and 87. RGB value is (230,188,135). Sum of RGB (Red+Green+Blue) = 230+188+135=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 135 (53.12% from 255 or 24.41% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BC87 is #194378. Grayscale: #C2C2C2. Windows color (decimal): -1655673 or 8895718. OLE color: 8895718.
HSL color Cylindrical-coordinate representation of color #E6BC87: hue angle of 33.47º degrees, saturation: 0.66, 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 #E6BC87 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 135 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.10 |
| HSL | 33.47º | 0.66% | 0.72% | - |
| HSV(B) | 33.47º | 0.41% | 0.9% | - |
| XYZ | 54.99 | 54.54 | 30.55 | - |
| YUV | 194.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 135 | 0 | 0.18 | 0.41 | 0.10 | 33.47 | 0.66 | 0.72 |
| Hex | E6 | BC | 87 | 0 | 12 | 29 | A | 21 | 42 | 48 |
| Octal | 346 | 274 | 207 | 0 | 22 | 51 | 12 | 41 | 102 | 110 |
| Binary | 11100110 | 10111100 | 10000111 | 0 | 10010 | 101001 | 1010 | 100001 | 1000010 | 1001000 |
Color Harmonies of #E6BC87
Complementary color
Monochromatic Colors of #E6BC87
Black with #E6BC87
Text Example
Text Example
White with #E6BC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC87; }
p { color: rgb(230,188,135); }
H1.HeaderClassName
{
color: #E6BC87;
}
.AnyTagClassName
{
color: #E6BC87;
}
</style>
background-color css
<style>
a { background-color: #E6BC87; }
a { background-color: rgb(230,188,135); }
div.DivClassName
{
background-color: #E6BC87;
}
.BgClassName
{
background-color: #E6BC87;
}
</style>
border-color css
<style>
span { border-color: #E6BC87; }
span { border-color: rgb(230,188,135); }
td.TdClassName
{
border-color: #E6BC87;
}
.TagClassName
{
border-color: #E6BC87;
}
</style>