Shades of Wax Flower #E7B69C
Tints of Wax Flower #E7B69C
RGB
CMYK
RGB Variations
Color information
#E7B69C (or 0xE7B69C) is known color: Wax Flower. HEX triplet: E7, B6 and 9C. RGB value is (231,182,156). Sum of RGB (Red+Green+Blue) = 231+182+156=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B69C is #184963. Grayscale: #C1C1C1. Windows color (decimal): -1591652 or 10270439. OLE color: 10270439.
HSL color Cylindrical-coordinate representation of color #E7B69C: hue angle of 20.8º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7B69C is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 156 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.09 |
| HSL | 20.8º | 0.61% | 0.76% | - |
| HSV(B) | 20.8º | 0.32% | 0.91% | - |
| XYZ | 55.68 | 52.85 | 38.72 | - |
| YUV | 193.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 156 | 0 | 0.21 | 0.32 | 0.09 | 20.8 | 0.61 | 0.76 |
| Hex | E7 | B6 | 9C | 0 | 15 | 20 | 9 | 15 | 3D | 4C |
| Octal | 347 | 266 | 234 | 0 | 25 | 40 | 11 | 25 | 75 | 114 |
| Binary | 11100111 | 10110110 | 10011100 | 0 | 10101 | 100000 | 1001 | 10101 | 111101 | 1001100 |
Color Harmonies of #E7B69C
Complementary color
Monochromatic Colors of #E7B69C
Black with #E7B69C
Text Example
Text Example
White with #E7B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B69C; }
p { color: rgb(231,182,156); }
H1.HeaderClassName
{
color: #E7B69C;
}
.AnyTagClassName
{
color: #E7B69C;
}
</style>
background-color css
<style>
a { background-color: #E7B69C; }
a { background-color: rgb(231,182,156); }
div.DivClassName
{
background-color: #E7B69C;
}
.BgClassName
{
background-color: #E7B69C;
}
</style>
border-color css
<style>
span { border-color: #E7B69C; }
span { border-color: rgb(231,182,156); }
td.TdClassName
{
border-color: #E7B69C;
}
.TagClassName
{
border-color: #E7B69C;
}
</style>