Shades of Wax Flower #E1B6A0
Tints of Wax Flower #E1B6A0
RGB
CMYK
RGB Variations
Color information
#E1B6A0 (or 0xE1B6A0) is known color: Wax Flower. HEX triplet: E1, B6 and A0. RGB value is (225,182,160). Sum of RGB (Red+Green+Blue) = 225+182+160=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B6A0 is #1E495F. Grayscale: #C0C0C0. Windows color (decimal): -1984864 or 10532577. OLE color: 10532577.
HSL color Cylindrical-coordinate representation of color #E1B6A0: hue angle of 20.31º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1B6A0 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 160 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.12 |
| HSL | 20.31º | 0.52% | 0.75% | - |
| HSV(B) | 20.31º | 0.29% | 0.88% | - |
| XYZ | 54.12 | 52 | 40.44 | - |
| YUV | 192.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 160 | 0 | 0.19 | 0.29 | 0.12 | 20.31 | 0.52 | 0.75 |
| Hex | E1 | B6 | A0 | 0 | 13 | 1D | C | 14 | 34 | 4B |
| Octal | 341 | 266 | 240 | 0 | 23 | 35 | 14 | 24 | 64 | 113 |
| Binary | 11100001 | 10110110 | 10100000 | 0 | 10011 | 11101 | 1100 | 10100 | 110100 | 1001011 |
Color Harmonies of #E1B6A0
Complementary color
Monochromatic Colors of #E1B6A0
Black with #E1B6A0
Text Example
Text Example
White with #E1B6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B6A0; }
p { color: rgb(225,182,160); }
H1.HeaderClassName
{
color: #E1B6A0;
}
.AnyTagClassName
{
color: #E1B6A0;
}
</style>
background-color css
<style>
a { background-color: #E1B6A0; }
a { background-color: rgb(225,182,160); }
div.DivClassName
{
background-color: #E1B6A0;
}
.BgClassName
{
background-color: #E1B6A0;
}
</style>
border-color css
<style>
span { border-color: #E1B6A0; }
span { border-color: rgb(225,182,160); }
td.TdClassName
{
border-color: #E1B6A0;
}
.TagClassName
{
border-color: #E1B6A0;
}
</style>