Shades of Wax Flower #E6A999
Tints of Wax Flower #E6A999
RGB
CMYK
RGB Variations
Color information
#E6A999 (or 0xE6A999) is known color: Wax Flower. HEX triplet: E6, A9 and 99. RGB value is (230,169,153). Sum of RGB (Red+Green+Blue) = 230+169+153=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A999 is #195666. Grayscale: #B9B9B9. Windows color (decimal): -1660519 or 10070502. OLE color: 10070502.
HSL color Cylindrical-coordinate representation of color #E6A999: hue angle of 12.47º 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 #E6A999 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 169 | 153 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.10 |
| HSL | 12.47º | 0.61% | 0.75% | - |
| HSV(B) | 12.47º | 0.33% | 0.9% | - |
| XYZ | 52.57 | 47.5 | 36.53 | - |
| YUV | 185.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 153 | 0 | 0.27 | 0.33 | 0.10 | 12.47 | 0.61 | 0.75 |
| Hex | E6 | A9 | 99 | 0 | 1B | 21 | A | C | 3D | 4B |
| Octal | 346 | 251 | 231 | 0 | 33 | 41 | 12 | 14 | 75 | 113 |
| Binary | 11100110 | 10101001 | 10011001 | 0 | 11011 | 100001 | 1010 | 1100 | 111101 | 1001011 |
Color Harmonies of #E6A999
Complementary color
Monochromatic Colors of #E6A999
Black with #E6A999
Text Example
Text Example
White with #E6A999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A999; }
p { color: rgb(230,169,153); }
H1.HeaderClassName
{
color: #E6A999;
}
.AnyTagClassName
{
color: #E6A999;
}
</style>
background-color css
<style>
a { background-color: #E6A999; }
a { background-color: rgb(230,169,153); }
div.DivClassName
{
background-color: #E6A999;
}
.BgClassName
{
background-color: #E6A999;
}
</style>
border-color css
<style>
span { border-color: #E6A999; }
span { border-color: rgb(230,169,153); }
td.TdClassName
{
border-color: #E6A999;
}
.TagClassName
{
border-color: #E6A999;
}
</style>