Shades of Wax Flower #E6AF91
Tints of Wax Flower #E6AF91
RGB
CMYK
RGB Variations
Color information
#E6AF91 (or 0xE6AF91) is known color: Wax Flower. HEX triplet: E6, AF and 91. RGB value is (230,175,145). Sum of RGB (Red+Green+Blue) = 230+175+145=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AF91 is #19506E. Grayscale: #BCBCBC. Windows color (decimal): -1658991 or 9547750. OLE color: 9547750.
HSL color Cylindrical-coordinate representation of color #E6AF91: hue angle of 21.18º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6AF91 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 145 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.10 |
| HSL | 21.18º | 0.63% | 0.74% | - |
| HSV(B) | 21.18º | 0.37% | 0.9% | - |
| XYZ | 53.07 | 49.53 | 33.55 | - |
| YUV | 188.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 145 | 0 | 0.24 | 0.37 | 0.10 | 21.18 | 0.63 | 0.74 |
| Hex | E6 | AF | 91 | 0 | 18 | 25 | A | 15 | 3F | 4A |
| Octal | 346 | 257 | 221 | 0 | 30 | 45 | 12 | 25 | 77 | 112 |
| Binary | 11100110 | 10101111 | 10010001 | 0 | 11000 | 100101 | 1010 | 10101 | 111111 | 1001010 |
Color Harmonies of #E6AF91
Complementary color
Monochromatic Colors of #E6AF91
Black with #E6AF91
Text Example
Text Example
White with #E6AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF91; }
p { color: rgb(230,175,145); }
H1.HeaderClassName
{
color: #E6AF91;
}
.AnyTagClassName
{
color: #E6AF91;
}
</style>
background-color css
<style>
a { background-color: #E6AF91; }
a { background-color: rgb(230,175,145); }
div.DivClassName
{
background-color: #E6AF91;
}
.BgClassName
{
background-color: #E6AF91;
}
</style>
border-color css
<style>
span { border-color: #E6AF91; }
span { border-color: rgb(230,175,145); }
td.TdClassName
{
border-color: #E6AF91;
}
.TagClassName
{
border-color: #E6AF91;
}
</style>