Shades of Wax Flower #E7BAA3
Tints of Wax Flower #E7BAA3
RGB
CMYK
RGB Variations
Color information
#E7BAA3 (or 0xE7BAA3) is known color: Wax Flower. HEX triplet: E7, BA and A3. RGB value is (231,186,163). Sum of RGB (Red+Green+Blue) = 231+186+163=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 163 (64.06% from 255 or 28.10% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BAA3 is #18455C. Grayscale: #C4C4C4. Windows color (decimal): -1590621 or 10730215. OLE color: 10730215.
HSL color Cylindrical-coordinate representation of color #E7BAA3: hue angle of 20.29º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7BAA3 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 163 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.09 |
| HSL | 20.29º | 0.59% | 0.77% | - |
| HSV(B) | 20.29º | 0.29% | 0.91% | - |
| XYZ | 57.12 | 54.75 | 42.21 | - |
| YUV | 196.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 163 | 0 | 0.19 | 0.29 | 0.09 | 20.29 | 0.59 | 0.77 |
| Hex | E7 | BA | A3 | 0 | 13 | 1D | 9 | 14 | 3B | 4D |
| Octal | 347 | 272 | 243 | 0 | 23 | 35 | 11 | 24 | 73 | 115 |
| Binary | 11100111 | 10111010 | 10100011 | 0 | 10011 | 11101 | 1001 | 10100 | 111011 | 1001101 |
Color Harmonies of #E7BAA3
Complementary color
Monochromatic Colors of #E7BAA3
Black with #E7BAA3
Text Example
Text Example
White with #E7BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BAA3; }
p { color: rgb(231,186,163); }
H1.HeaderClassName
{
color: #E7BAA3;
}
.AnyTagClassName
{
color: #E7BAA3;
}
</style>
background-color css
<style>
a { background-color: #E7BAA3; }
a { background-color: rgb(231,186,163); }
div.DivClassName
{
background-color: #E7BAA3;
}
.BgClassName
{
background-color: #E7BAA3;
}
</style>
border-color css
<style>
span { border-color: #E7BAA3; }
span { border-color: rgb(231,186,163); }
td.TdClassName
{
border-color: #E7BAA3;
}
.TagClassName
{
border-color: #E7BAA3;
}
</style>