Shades of Wax Flower #E6AA96
Tints of Wax Flower #E6AA96
RGB
CMYK
RGB Variations
Color information
#E6AA96 (or 0xE6AA96) is known color: Wax Flower. HEX triplet: E6, AA and 96. RGB value is (230,170,150). Sum of RGB (Red+Green+Blue) = 230+170+150=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AA96 is #195569. Grayscale: #B9B9B9. Windows color (decimal): -1660266 or 9874150. OLE color: 9874150.
HSL color Cylindrical-coordinate representation of color #E6AA96: hue angle of 15º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6AA96 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 150 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.10 |
| HSL | 15º | 0.62% | 0.75% | - |
| HSV(B) | 15º | 0.35% | 0.9% | - |
| XYZ | 52.51 | 47.77 | 35.31 | - |
| YUV | 185.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 150 | 0 | 0.26 | 0.35 | 0.10 | 15 | 0.62 | 0.75 |
| Hex | E6 | AA | 96 | 0 | 1A | 23 | A | F | 3E | 4B |
| Octal | 346 | 252 | 226 | 0 | 32 | 43 | 12 | 17 | 76 | 113 |
| Binary | 11100110 | 10101010 | 10010110 | 0 | 11010 | 100011 | 1010 | 1111 | 111110 | 1001011 |
Color Harmonies of #E6AA96
Complementary color
Monochromatic Colors of #E6AA96
Black with #E6AA96
Text Example
Text Example
White with #E6AA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA96; }
p { color: rgb(230,170,150); }
H1.HeaderClassName
{
color: #E6AA96;
}
.AnyTagClassName
{
color: #E6AA96;
}
</style>
background-color css
<style>
a { background-color: #E6AA96; }
a { background-color: rgb(230,170,150); }
div.DivClassName
{
background-color: #E6AA96;
}
.BgClassName
{
background-color: #E6AA96;
}
</style>
border-color css
<style>
span { border-color: #E6AA96; }
span { border-color: rgb(230,170,150); }
td.TdClassName
{
border-color: #E6AA96;
}
.TagClassName
{
border-color: #E6AA96;
}
</style>