Shades of Wax Flower #E9B69C
Tints of Wax Flower #E9B69C
RGB
CMYK
RGB Variations
Color information
#E9B69C (or 0xE9B69C) is known color: Wax Flower. HEX triplet: E9, B6 and 9C. RGB value is (233,182,156). Sum of RGB (Red+Green+Blue) = 233+182+156=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B69C is #164963. Grayscale: #C2C2C2. Windows color (decimal): -1460580 or 10270441. OLE color: 10270441.
HSL color Cylindrical-coordinate representation of color #E9B69C: hue angle of 20.26º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9B69C is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 182 | 156 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.09 |
| HSL | 20.26º | 0.64% | 0.76% | - |
| HSV(B) | 20.26º | 0.33% | 0.91% | - |
| XYZ | 56.33 | 53.18 | 38.75 | - |
| YUV | 194.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 182 | 156 | 0 | 0.22 | 0.33 | 0.09 | 20.26 | 0.64 | 0.76 |
| Hex | E9 | B6 | 9C | 0 | 16 | 21 | 9 | 14 | 40 | 4C |
| Octal | 351 | 266 | 234 | 0 | 26 | 41 | 11 | 24 | 100 | 114 |
| Binary | 11101001 | 10110110 | 10011100 | 0 | 10110 | 100001 | 1001 | 10100 | 1000000 | 1001100 |
Color Harmonies of #E9B69C
Complementary color
Monochromatic Colors of #E9B69C
Black with #E9B69C
Text Example
Text Example
White with #E9B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B69C; }
p { color: rgb(233,182,156); }
H1.HeaderClassName
{
color: #E9B69C;
}
.AnyTagClassName
{
color: #E9B69C;
}
</style>
background-color css
<style>
a { background-color: #E9B69C; }
a { background-color: rgb(233,182,156); }
div.DivClassName
{
background-color: #E9B69C;
}
.BgClassName
{
background-color: #E9B69C;
}
</style>
border-color css
<style>
span { border-color: #E9B69C; }
span { border-color: rgb(233,182,156); }
td.TdClassName
{
border-color: #E9B69C;
}
.TagClassName
{
border-color: #E9B69C;
}
</style>