Shades of Wax Flower #E9B79C
Tints of Wax Flower #E9B79C
RGB
CMYK
RGB Variations
Color information
#E9B79C (or 0xE9B79C) is known color: Wax Flower. HEX triplet: E9, B7 and 9C. RGB value is (233,183,156). Sum of RGB (Red+Green+Blue) = 233+183+156=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B79C is #164863. Grayscale: #C3C3C3. Windows color (decimal): -1460324 or 10270697. OLE color: 10270697.
HSL color Cylindrical-coordinate representation of color #E9B79C: hue angle of 21.04º 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 #E9B79C is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 183 | 156 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.09 |
| HSL | 21.04º | 0.64% | 0.76% | - |
| HSV(B) | 21.04º | 0.33% | 0.91% | - |
| XYZ | 56.54 | 53.59 | 38.82 | - |
| YUV | 194.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 183 | 156 | 0 | 0.21 | 0.33 | 0.09 | 21.04 | 0.64 | 0.76 |
| Hex | E9 | B7 | 9C | 0 | 15 | 21 | 9 | 15 | 40 | 4C |
| Octal | 351 | 267 | 234 | 0 | 25 | 41 | 11 | 25 | 100 | 114 |
| Binary | 11101001 | 10110111 | 10011100 | 0 | 10101 | 100001 | 1001 | 10101 | 1000000 | 1001100 |
Color Harmonies of #E9B79C
Complementary color
Monochromatic Colors of #E9B79C
Black with #E9B79C
Text Example
Text Example
White with #E9B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B79C; }
p { color: rgb(233,183,156); }
H1.HeaderClassName
{
color: #E9B79C;
}
.AnyTagClassName
{
color: #E9B79C;
}
</style>
background-color css
<style>
a { background-color: #E9B79C; }
a { background-color: rgb(233,183,156); }
div.DivClassName
{
background-color: #E9B79C;
}
.BgClassName
{
background-color: #E9B79C;
}
</style>
border-color css
<style>
span { border-color: #E9B79C; }
span { border-color: rgb(233,183,156); }
td.TdClassName
{
border-color: #E9B79C;
}
.TagClassName
{
border-color: #E9B79C;
}
</style>