Shades of Wax Flower #E9AF92
Tints of Wax Flower #E9AF92
RGB
CMYK
RGB Variations
Color information
#E9AF92 (or 0xE9AF92) is known color: Wax Flower. HEX triplet: E9, AF and 92. RGB value is (233,175,146). Sum of RGB (Red+Green+Blue) = 233+175+146=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AF92 is #16506D. Grayscale: #BDBDBD. Windows color (decimal): -1462382 or 9613289. OLE color: 9613289.
HSL color Cylindrical-coordinate representation of color #E9AF92: hue angle of 20º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E9AF92 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 146 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.09 |
| HSL | 20º | 0.66% | 0.74% | - |
| HSV(B) | 20º | 0.37% | 0.91% | - |
| XYZ | 54.12 | 50.06 | 34 | - |
| YUV | 189.04 | 103.72 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 146 | 0 | 0.25 | 0.37 | 0.09 | 20 | 0.66 | 0.74 |
| Hex | E9 | AF | 92 | 0 | 19 | 25 | 9 | 14 | 42 | 4A |
| Octal | 351 | 257 | 222 | 0 | 31 | 45 | 11 | 24 | 102 | 112 |
| Binary | 11101001 | 10101111 | 10010010 | 0 | 11001 | 100101 | 1001 | 10100 | 1000010 | 1001010 |
Color Harmonies of #E9AF92
Complementary color
Monochromatic Colors of #E9AF92
Black with #E9AF92
Text Example
Text Example
White with #E9AF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF92; }
p { color: rgb(233,175,146); }
H1.HeaderClassName
{
color: #E9AF92;
}
.AnyTagClassName
{
color: #E9AF92;
}
</style>
background-color css
<style>
a { background-color: #E9AF92; }
a { background-color: rgb(233,175,146); }
div.DivClassName
{
background-color: #E9AF92;
}
.BgClassName
{
background-color: #E9AF92;
}
</style>
border-color css
<style>
span { border-color: #E9AF92; }
span { border-color: rgb(233,175,146); }
td.TdClassName
{
border-color: #E9AF92;
}
.TagClassName
{
border-color: #E9AF92;
}
</style>