Shades of Wax Flower #E6B09C
Tints of Wax Flower #E6B09C
RGB
CMYK
RGB Variations
Color information
#E6B09C (or 0xE6B09C) is known color: Wax Flower. HEX triplet: E6, B0 and 9C. RGB value is (230,176,156). Sum of RGB (Red+Green+Blue) = 230+176+156=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B09C is #194F63. Grayscale: #BDBDBD. Windows color (decimal): -1658724 or 10268902. OLE color: 10268902.
HSL color Cylindrical-coordinate representation of color #E6B09C: hue angle of 16.22º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6B09C is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 156 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.10 |
| HSL | 16.22º | 0.6% | 0.76% | - |
| HSV(B) | 16.22º | 0.32% | 0.9% | - |
| XYZ | 54.16 | 50.27 | 38.3 | - |
| YUV | 189.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 156 | 0 | 0.23 | 0.32 | 0.10 | 16.22 | 0.6 | 0.76 |
| Hex | E6 | B0 | 9C | 0 | 17 | 20 | A | 10 | 3C | 4C |
| Octal | 346 | 260 | 234 | 0 | 27 | 40 | 12 | 20 | 74 | 114 |
| Binary | 11100110 | 10110000 | 10011100 | 0 | 10111 | 100000 | 1010 | 10000 | 111100 | 1001100 |
Color Harmonies of #E6B09C
Complementary color
Monochromatic Colors of #E6B09C
Black with #E6B09C
Text Example
Text Example
White with #E6B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B09C; }
p { color: rgb(230,176,156); }
H1.HeaderClassName
{
color: #E6B09C;
}
.AnyTagClassName
{
color: #E6B09C;
}
</style>
background-color css
<style>
a { background-color: #E6B09C; }
a { background-color: rgb(230,176,156); }
div.DivClassName
{
background-color: #E6B09C;
}
.BgClassName
{
background-color: #E6B09C;
}
</style>
border-color css
<style>
span { border-color: #E6B09C; }
span { border-color: rgb(230,176,156); }
td.TdClassName
{
border-color: #E6B09C;
}
.TagClassName
{
border-color: #E6B09C;
}
</style>