Shades of Wax Flower #E6B59D
Tints of Wax Flower #E6B59D
RGB
CMYK
RGB Variations
Color information
#E6B59D (or 0xE6B59D) is known color: Wax Flower. HEX triplet: E6, B5 and 9D. RGB value is (230,181,157). Sum of RGB (Red+Green+Blue) = 230+181+157=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B59D is #194A62. Grayscale: #C1C1C1. Windows color (decimal): -1657443 or 10335718. OLE color: 10335718.
HSL color Cylindrical-coordinate representation of color #E6B59D: hue angle of 19.73º degrees, saturation: 0.59, 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 #E6B59D is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 157 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.10 |
| HSL | 19.73º | 0.59% | 0.76% | - |
| HSV(B) | 19.73º | 0.32% | 0.9% | - |
| XYZ | 55.24 | 52.31 | 39.08 | - |
| YUV | 192.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 157 | 0 | 0.21 | 0.32 | 0.10 | 19.73 | 0.59 | 0.76 |
| Hex | E6 | B5 | 9D | 0 | 15 | 20 | A | 14 | 3B | 4C |
| Octal | 346 | 265 | 235 | 0 | 25 | 40 | 12 | 24 | 73 | 114 |
| Binary | 11100110 | 10110101 | 10011101 | 0 | 10101 | 100000 | 1010 | 10100 | 111011 | 1001100 |
Color Harmonies of #E6B59D
Complementary color
Monochromatic Colors of #E6B59D
Black with #E6B59D
Text Example
Text Example
White with #E6B59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B59D; }
p { color: rgb(230,181,157); }
H1.HeaderClassName
{
color: #E6B59D;
}
.AnyTagClassName
{
color: #E6B59D;
}
</style>
background-color css
<style>
a { background-color: #E6B59D; }
a { background-color: rgb(230,181,157); }
div.DivClassName
{
background-color: #E6B59D;
}
.BgClassName
{
background-color: #E6B59D;
}
</style>
border-color css
<style>
span { border-color: #E6B59D; }
span { border-color: rgb(230,181,157); }
td.TdClassName
{
border-color: #E6B59D;
}
.TagClassName
{
border-color: #E6B59D;
}
</style>