Shades of Maize #E6BE88
Tints of Maize #E6BE88
RGB
CMYK
RGB Variations
Color information
#E6BE88 (or 0xE6BE88) is known color: Maize. HEX triplet: E6, BE and 88. RGB value is (230,190,136). Sum of RGB (Red+Green+Blue) = 230+190+136=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BE88 is #194177. Grayscale: #C4C4C4. Windows color (decimal): -1655160 or 8961766. OLE color: 8961766.
HSL color Cylindrical-coordinate representation of color #E6BE88: hue angle of 34.47º 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 #E6BE88 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 136 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.10 |
| HSL | 34.47º | 0.65% | 0.72% | - |
| HSV(B) | 34.47º | 0.41% | 0.9% | - |
| XYZ | 55.49 | 55.43 | 31.07 | - |
| YUV | 195.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 136 | 0 | 0.17 | 0.41 | 0.10 | 34.47 | 0.65 | 0.72 |
| Hex | E6 | BE | 88 | 0 | 11 | 29 | A | 22 | 41 | 48 |
| Octal | 346 | 276 | 210 | 0 | 21 | 51 | 12 | 42 | 101 | 110 |
| Binary | 11100110 | 10111110 | 10001000 | 0 | 10001 | 101001 | 1010 | 100010 | 1000001 | 1001000 |
Color Harmonies of #E6BE88
Complementary color
Monochromatic Colors of #E6BE88
Black with #E6BE88
Text Example
Text Example
White with #E6BE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE88; }
p { color: rgb(230,190,136); }
H1.HeaderClassName
{
color: #E6BE88;
}
.AnyTagClassName
{
color: #E6BE88;
}
</style>
background-color css
<style>
a { background-color: #E6BE88; }
a { background-color: rgb(230,190,136); }
div.DivClassName
{
background-color: #E6BE88;
}
.BgClassName
{
background-color: #E6BE88;
}
</style>
border-color css
<style>
span { border-color: #E6BE88; }
span { border-color: rgb(230,190,136); }
td.TdClassName
{
border-color: #E6BE88;
}
.TagClassName
{
border-color: #E6BE88;
}
</style>