Shades of Wax Flower #E1B69F
Tints of Wax Flower #E1B69F
RGB
CMYK
RGB Variations
Color information
#E1B69F (or 0xE1B69F) is known color: Wax Flower. HEX triplet: E1, B6 and 9F. RGB value is (225,182,159). Sum of RGB (Red+Green+Blue) = 225+182+159=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B69F is #1E4960. Grayscale: #C0C0C0. Windows color (decimal): -1984865 or 10467041. OLE color: 10467041.
HSL color Cylindrical-coordinate representation of color #E1B69F: hue angle of 20.91º 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 #E1B69F is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 159 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.12 |
| HSL | 20.91º | 0.52% | 0.75% | - |
| HSV(B) | 20.91º | 0.29% | 0.88% | - |
| XYZ | 54.04 | 51.97 | 39.98 | - |
| YUV | 192.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 159 | 0 | 0.19 | 0.29 | 0.12 | 20.91 | 0.52 | 0.75 |
| Hex | E1 | B6 | 9F | 0 | 13 | 1D | C | 15 | 34 | 4B |
| Octal | 341 | 266 | 237 | 0 | 23 | 35 | 14 | 25 | 64 | 113 |
| Binary | 11100001 | 10110110 | 10011111 | 0 | 10011 | 11101 | 1100 | 10101 | 110100 | 1001011 |
Color Harmonies of #E1B69F
Complementary color
Monochromatic Colors of #E1B69F
Black with #E1B69F
Text Example
Text Example
White with #E1B69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B69F; }
p { color: rgb(225,182,159); }
H1.HeaderClassName
{
color: #E1B69F;
}
.AnyTagClassName
{
color: #E1B69F;
}
</style>
background-color css
<style>
a { background-color: #E1B69F; }
a { background-color: rgb(225,182,159); }
div.DivClassName
{
background-color: #E1B69F;
}
.BgClassName
{
background-color: #E1B69F;
}
</style>
border-color css
<style>
span { border-color: #E1B69F; }
span { border-color: rgb(225,182,159); }
td.TdClassName
{
border-color: #E1B69F;
}
.TagClassName
{
border-color: #E1B69F;
}
</style>