Shades of Wax Flower #E6B399
Tints of Wax Flower #E6B399
RGB
CMYK
RGB Variations
Color information
#E6B399 (or 0xE6B399) is known color: Wax Flower. HEX triplet: E6, B3 and 99. RGB value is (230,179,153). Sum of RGB (Red+Green+Blue) = 230+179+153=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B399 is #194C66. Grayscale: #BFBFBF. Windows color (decimal): -1657959 or 10073062. OLE color: 10073062.
HSL color Cylindrical-coordinate representation of color #E6B399: hue angle of 20.26º degrees, saturation: 0.61, 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 #E6B399 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 153 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.10 |
| HSL | 20.26º | 0.61% | 0.75% | - |
| HSV(B) | 20.26º | 0.33% | 0.9% | - |
| XYZ | 54.5 | 51.36 | 37.18 | - |
| YUV | 191.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 153 | 0 | 0.22 | 0.33 | 0.10 | 20.26 | 0.61 | 0.75 |
| Hex | E6 | B3 | 99 | 0 | 16 | 21 | A | 14 | 3D | 4B |
| Octal | 346 | 263 | 231 | 0 | 26 | 41 | 12 | 24 | 75 | 113 |
| Binary | 11100110 | 10110011 | 10011001 | 0 | 10110 | 100001 | 1010 | 10100 | 111101 | 1001011 |
Color Harmonies of #E6B399
Complementary color
Monochromatic Colors of #E6B399
Black with #E6B399
Text Example
Text Example
White with #E6B399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B399; }
p { color: rgb(230,179,153); }
H1.HeaderClassName
{
color: #E6B399;
}
.AnyTagClassName
{
color: #E6B399;
}
</style>
background-color css
<style>
a { background-color: #E6B399; }
a { background-color: rgb(230,179,153); }
div.DivClassName
{
background-color: #E6B399;
}
.BgClassName
{
background-color: #E6B399;
}
</style>
border-color css
<style>
span { border-color: #E6B399; }
span { border-color: rgb(230,179,153); }
td.TdClassName
{
border-color: #E6B399;
}
.TagClassName
{
border-color: #E6B399;
}
</style>