Shades of Wax Flower #E9AF93
Tints of Wax Flower #E9AF93
RGB
CMYK
RGB Variations
Color information
#E9AF93 (or 0xE9AF93) is known color: Wax Flower. HEX triplet: E9, AF and 93. RGB value is (233,175,147). Sum of RGB (Red+Green+Blue) = 233+175+147=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AF93 is #16506C. Grayscale: #BDBDBD. Windows color (decimal): -1462381 or 9678825. OLE color: 9678825.
HSL color Cylindrical-coordinate representation of color #E9AF93: hue angle of 19.53º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E9AF93 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 147 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.09 |
| HSL | 19.53º | 0.66% | 0.75% | - |
| HSV(B) | 19.53º | 0.37% | 0.91% | - |
| XYZ | 54.2 | 50.09 | 34.42 | - |
| YUV | 189.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 147 | 0 | 0.25 | 0.37 | 0.09 | 19.53 | 0.66 | 0.75 |
| Hex | E9 | AF | 93 | 0 | 19 | 25 | 9 | 14 | 42 | 4B |
| Octal | 351 | 257 | 223 | 0 | 31 | 45 | 11 | 24 | 102 | 113 |
| Binary | 11101001 | 10101111 | 10010011 | 0 | 11001 | 100101 | 1001 | 10100 | 1000010 | 1001011 |
Color Harmonies of #E9AF93
Complementary color
Monochromatic Colors of #E9AF93
Black with #E9AF93
Text Example
Text Example
White with #E9AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF93; }
p { color: rgb(233,175,147); }
H1.HeaderClassName
{
color: #E9AF93;
}
.AnyTagClassName
{
color: #E9AF93;
}
</style>
background-color css
<style>
a { background-color: #E9AF93; }
a { background-color: rgb(233,175,147); }
div.DivClassName
{
background-color: #E9AF93;
}
.BgClassName
{
background-color: #E9AF93;
}
</style>
border-color css
<style>
span { border-color: #E9AF93; }
span { border-color: rgb(233,175,147); }
td.TdClassName
{
border-color: #E9AF93;
}
.TagClassName
{
border-color: #E9AF93;
}
</style>