Shades of Wax Flower #E6B19E
Tints of Wax Flower #E6B19E
RGB
CMYK
RGB Variations
Color information
#E6B19E (or 0xE6B19E) is known color: Wax Flower. HEX triplet: E6, B1 and 9E. RGB value is (230,177,158). Sum of RGB (Red+Green+Blue) = 230+177+158=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B19E is #194E61. Grayscale: #BEBEBE. Windows color (decimal): -1658466 or 10400230. OLE color: 10400230.
HSL color Cylindrical-coordinate representation of color #E6B19E: hue angle of 15.83º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6B19E is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 158 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.10 |
| HSL | 15.83º | 0.59% | 0.76% | - |
| HSV(B) | 15.83º | 0.31% | 0.9% | - |
| XYZ | 54.53 | 50.74 | 39.27 | - |
| YUV | 190.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 158 | 0 | 0.23 | 0.31 | 0.10 | 15.83 | 0.59 | 0.76 |
| Hex | E6 | B1 | 9E | 0 | 17 | 1F | A | 10 | 3B | 4C |
| Octal | 346 | 261 | 236 | 0 | 27 | 37 | 12 | 20 | 73 | 114 |
| Binary | 11100110 | 10110001 | 10011110 | 0 | 10111 | 11111 | 1010 | 10000 | 111011 | 1001100 |
Color Harmonies of #E6B19E
Complementary color
Monochromatic Colors of #E6B19E
Black with #E6B19E
Text Example
Text Example
White with #E6B19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B19E; }
p { color: rgb(230,177,158); }
H1.HeaderClassName
{
color: #E6B19E;
}
.AnyTagClassName
{
color: #E6B19E;
}
</style>
background-color css
<style>
a { background-color: #E6B19E; }
a { background-color: rgb(230,177,158); }
div.DivClassName
{
background-color: #E6B19E;
}
.BgClassName
{
background-color: #E6B19E;
}
</style>
border-color css
<style>
span { border-color: #E6B19E; }
span { border-color: rgb(230,177,158); }
td.TdClassName
{
border-color: #E6B19E;
}
.TagClassName
{
border-color: #E6B19E;
}
</style>