Shades of Wax Flower #E6BBA1
Tints of Wax Flower #E6BBA1
RGB
CMYK
RGB Variations
Color information
#E6BBA1 (or 0xE6BBA1) is known color: Wax Flower. HEX triplet: E6, BB and A1. RGB value is (230,187,161). Sum of RGB (Red+Green+Blue) = 230+187+161=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BBA1 is #19445E. Grayscale: #C5C5C5. Windows color (decimal): -1655903 or 10599398. OLE color: 10599398.
HSL color Cylindrical-coordinate representation of color #E6BBA1: hue angle of 22.61º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6BBA1 is Cyan = 0, Magento = 0.19, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 161 | - |
| CMYK | 0 | 0.19 | 0.3 | 0.10 |
| HSL | 22.61º | 0.58% | 0.77% | - |
| HSV(B) | 22.61º | 0.3% | 0.9% | - |
| XYZ | 56.84 | 54.94 | 41.33 | - |
| YUV | 196.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 161 | 0 | 0.19 | 0.3 | 0.10 | 22.61 | 0.58 | 0.77 |
| Hex | E6 | BB | A1 | 0 | 13 | 1E | A | 17 | 3A | 4D |
| Octal | 346 | 273 | 241 | 0 | 23 | 36 | 12 | 27 | 72 | 115 |
| Binary | 11100110 | 10111011 | 10100001 | 0 | 10011 | 11110 | 1010 | 10111 | 111010 | 1001101 |
Color Harmonies of #E6BBA1
Complementary color
Monochromatic Colors of #E6BBA1
Black with #E6BBA1
Text Example
Text Example
White with #E6BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBA1; }
p { color: rgb(230,187,161); }
H1.HeaderClassName
{
color: #E6BBA1;
}
.AnyTagClassName
{
color: #E6BBA1;
}
</style>
background-color css
<style>
a { background-color: #E6BBA1; }
a { background-color: rgb(230,187,161); }
div.DivClassName
{
background-color: #E6BBA1;
}
.BgClassName
{
background-color: #E6BBA1;
}
</style>
border-color css
<style>
span { border-color: #E6BBA1; }
span { border-color: rgb(230,187,161); }
td.TdClassName
{
border-color: #E6BBA1;
}
.TagClassName
{
border-color: #E6BBA1;
}
</style>