Shades of Wax Flower #E6AD99
Tints of Wax Flower #E6AD99
RGB
CMYK
RGB Variations
Color information
#E6AD99 (or 0xE6AD99) is known color: Wax Flower. HEX triplet: E6, AD and 99. RGB value is (230,173,153). Sum of RGB (Red+Green+Blue) = 230+173+153=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AD99 is #195266. Grayscale: #BBBBBB. Windows color (decimal): -1659495 or 10071526. OLE color: 10071526.
HSL color Cylindrical-coordinate representation of color #E6AD99: hue angle of 15.58º 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 #E6AD99 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 153 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.10 |
| HSL | 15.58º | 0.61% | 0.75% | - |
| HSV(B) | 15.58º | 0.33% | 0.9% | - |
| XYZ | 53.33 | 49.01 | 36.79 | - |
| YUV | 187.76 | 108.38 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 153 | 0 | 0.25 | 0.33 | 0.10 | 15.58 | 0.61 | 0.75 |
| Hex | E6 | AD | 99 | 0 | 19 | 21 | A | 10 | 3D | 4B |
| Octal | 346 | 255 | 231 | 0 | 31 | 41 | 12 | 20 | 75 | 113 |
| Binary | 11100110 | 10101101 | 10011001 | 0 | 11001 | 100001 | 1010 | 10000 | 111101 | 1001011 |
Color Harmonies of #E6AD99
Complementary color
Monochromatic Colors of #E6AD99
Black with #E6AD99
Text Example
Text Example
White with #E6AD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD99; }
p { color: rgb(230,173,153); }
H1.HeaderClassName
{
color: #E6AD99;
}
.AnyTagClassName
{
color: #E6AD99;
}
</style>
background-color css
<style>
a { background-color: #E6AD99; }
a { background-color: rgb(230,173,153); }
div.DivClassName
{
background-color: #E6AD99;
}
.BgClassName
{
background-color: #E6AD99;
}
</style>
border-color css
<style>
span { border-color: #E6AD99; }
span { border-color: rgb(230,173,153); }
td.TdClassName
{
border-color: #E6AD99;
}
.TagClassName
{
border-color: #E6AD99;
}
</style>