Shades of Wax Flower #E6AF93
Tints of Wax Flower #E6AF93
RGB
CMYK
RGB Variations
Color information
#E6AF93 (or 0xE6AF93) is known color: Wax Flower. HEX triplet: E6, AF and 93. RGB value is (230,175,147). Sum of RGB (Red+Green+Blue) = 230+175+147=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AF93 is #19506C. Grayscale: #BCBCBC. Windows color (decimal): -1658989 or 9678822. OLE color: 9678822.
HSL color Cylindrical-coordinate representation of color #E6AF93: hue angle of 20.24º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6AF93 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 147 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.10 |
| HSL | 20.24º | 0.62% | 0.74% | - |
| HSV(B) | 20.24º | 0.36% | 0.9% | - |
| XYZ | 53.23 | 49.59 | 34.37 | - |
| YUV | 188.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 147 | 0 | 0.24 | 0.36 | 0.10 | 20.24 | 0.62 | 0.74 |
| Hex | E6 | AF | 93 | 0 | 18 | 24 | A | 14 | 3E | 4A |
| Octal | 346 | 257 | 223 | 0 | 30 | 44 | 12 | 24 | 76 | 112 |
| Binary | 11100110 | 10101111 | 10010011 | 0 | 11000 | 100100 | 1010 | 10100 | 111110 | 1001010 |
Color Harmonies of #E6AF93
Complementary color
Monochromatic Colors of #E6AF93
Black with #E6AF93
Text Example
Text Example
White with #E6AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF93; }
p { color: rgb(230,175,147); }
H1.HeaderClassName
{
color: #E6AF93;
}
.AnyTagClassName
{
color: #E6AF93;
}
</style>
background-color css
<style>
a { background-color: #E6AF93; }
a { background-color: rgb(230,175,147); }
div.DivClassName
{
background-color: #E6AF93;
}
.BgClassName
{
background-color: #E6AF93;
}
</style>
border-color css
<style>
span { border-color: #E6AF93; }
span { border-color: rgb(230,175,147); }
td.TdClassName
{
border-color: #E6AF93;
}
.TagClassName
{
border-color: #E6AF93;
}
</style>