Shades of Wax Flower #E6B09A
Tints of Wax Flower #E6B09A
RGB
CMYK
RGB Variations
Color information
#E6B09A (or 0xE6B09A) is known color: Wax Flower. HEX triplet: E6, B0 and 9A. RGB value is (230,176,154). Sum of RGB (Red+Green+Blue) = 230+176+154=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B09A is #194F65. Grayscale: #BDBDBD. Windows color (decimal): -1658726 or 10137830. OLE color: 10137830.
HSL color Cylindrical-coordinate representation of color #E6B09A: hue angle of 17.37º 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 #E6B09A is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 154 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.10 |
| HSL | 17.37º | 0.6% | 0.75% | - |
| HSV(B) | 17.37º | 0.33% | 0.9% | - |
| XYZ | 53.99 | 50.21 | 37.42 | - |
| YUV | 189.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 154 | 0 | 0.23 | 0.33 | 0.10 | 17.37 | 0.6 | 0.75 |
| Hex | E6 | B0 | 9A | 0 | 17 | 21 | A | 11 | 3C | 4B |
| Octal | 346 | 260 | 232 | 0 | 27 | 41 | 12 | 21 | 74 | 113 |
| Binary | 11100110 | 10110000 | 10011010 | 0 | 10111 | 100001 | 1010 | 10001 | 111100 | 1001011 |
Color Harmonies of #E6B09A
Complementary color
Monochromatic Colors of #E6B09A
Black with #E6B09A
Text Example
Text Example
White with #E6B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B09A; }
p { color: rgb(230,176,154); }
H1.HeaderClassName
{
color: #E6B09A;
}
.AnyTagClassName
{
color: #E6B09A;
}
</style>
background-color css
<style>
a { background-color: #E6B09A; }
a { background-color: rgb(230,176,154); }
div.DivClassName
{
background-color: #E6B09A;
}
.BgClassName
{
background-color: #E6B09A;
}
</style>
border-color css
<style>
span { border-color: #E6B09A; }
span { border-color: rgb(230,176,154); }
td.TdClassName
{
border-color: #E6B09A;
}
.TagClassName
{
border-color: #E6B09A;
}
</style>