Shades of Wax Flower #E5AF92
Tints of Wax Flower #E5AF92
RGB
CMYK
RGB Variations
Color information
#E5AF92 (or 0xE5AF92) is known color: Wax Flower. HEX triplet: E5, AF and 92. RGB value is (229,175,146). Sum of RGB (Red+Green+Blue) = 229+175+146=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AF92 is #1A506D. Grayscale: #BCBCBC. Windows color (decimal): -1724526 or 9613285. OLE color: 9613285.
HSL color Cylindrical-coordinate representation of color #E5AF92: hue angle of 20.96º degrees, saturation: 0.61, 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 #E5AF92 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 146 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.10 |
| HSL | 20.96º | 0.61% | 0.74% | - |
| HSV(B) | 20.96º | 0.36% | 0.9% | - |
| XYZ | 52.83 | 49.39 | 33.94 | - |
| YUV | 187.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 146 | 0 | 0.24 | 0.36 | 0.10 | 20.96 | 0.61 | 0.74 |
| Hex | E5 | AF | 92 | 0 | 18 | 24 | A | 15 | 3D | 4A |
| Octal | 345 | 257 | 222 | 0 | 30 | 44 | 12 | 25 | 75 | 112 |
| Binary | 11100101 | 10101111 | 10010010 | 0 | 11000 | 100100 | 1010 | 10101 | 111101 | 1001010 |
Color Harmonies of #E5AF92
Complementary color
Monochromatic Colors of #E5AF92
Black with #E5AF92
Text Example
Text Example
White with #E5AF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF92; }
p { color: rgb(229,175,146); }
H1.HeaderClassName
{
color: #E5AF92;
}
.AnyTagClassName
{
color: #E5AF92;
}
</style>
background-color css
<style>
a { background-color: #E5AF92; }
a { background-color: rgb(229,175,146); }
div.DivClassName
{
background-color: #E5AF92;
}
.BgClassName
{
background-color: #E5AF92;
}
</style>
border-color css
<style>
span { border-color: #E5AF92; }
span { border-color: rgb(229,175,146); }
td.TdClassName
{
border-color: #E5AF92;
}
.TagClassName
{
border-color: #E5AF92;
}
</style>