Shades of Wax Flower #E6B09B
Tints of Wax Flower #E6B09B
RGB
CMYK
RGB Variations
Color information
#E6B09B (or 0xE6B09B) is known color: Wax Flower. HEX triplet: E6, B0 and 9B. RGB value is (230,176,155). Sum of RGB (Red+Green+Blue) = 230+176+155=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B09B is #194F64. Grayscale: #BDBDBD. Windows color (decimal): -1658725 or 10203366. OLE color: 10203366.
HSL color Cylindrical-coordinate representation of color #E6B09B: hue angle of 16.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6B09B is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 155 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.10 |
| HSL | 16.8º | 0.6% | 0.75% | - |
| HSV(B) | 16.8º | 0.33% | 0.9% | - |
| XYZ | 54.07 | 50.24 | 37.86 | - |
| YUV | 189.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 155 | 0 | 0.23 | 0.33 | 0.10 | 16.8 | 0.6 | 0.75 |
| Hex | E6 | B0 | 9B | 0 | 17 | 21 | A | 11 | 3C | 4B |
| Octal | 346 | 260 | 233 | 0 | 27 | 41 | 12 | 21 | 74 | 113 |
| Binary | 11100110 | 10110000 | 10011011 | 0 | 10111 | 100001 | 1010 | 10001 | 111100 | 1001011 |
Color Harmonies of #E6B09B
Complementary color
Monochromatic Colors of #E6B09B
Black with #E6B09B
Text Example
Text Example
White with #E6B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B09B; }
p { color: rgb(230,176,155); }
H1.HeaderClassName
{
color: #E6B09B;
}
.AnyTagClassName
{
color: #E6B09B;
}
</style>
background-color css
<style>
a { background-color: #E6B09B; }
a { background-color: rgb(230,176,155); }
div.DivClassName
{
background-color: #E6B09B;
}
.BgClassName
{
background-color: #E6B09B;
}
</style>
border-color css
<style>
span { border-color: #E6B09B; }
span { border-color: rgb(230,176,155); }
td.TdClassName
{
border-color: #E6B09B;
}
.TagClassName
{
border-color: #E6B09B;
}
</style>