Shades of Wax Flower #E5AF95
Tints of Wax Flower #E5AF95
RGB
CMYK
RGB Variations
Color information
#E5AF95 (or 0xE5AF95) is known color: Wax Flower. HEX triplet: E5, AF and 95. RGB value is (229,175,149). Sum of RGB (Red+Green+Blue) = 229+175+149=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AF95 is #1A506A. Grayscale: #BCBCBC. Windows color (decimal): -1724523 or 9809893. OLE color: 9809893.
HSL color Cylindrical-coordinate representation of color #E5AF95: hue angle of 19.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5AF95 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 149 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.10 |
| HSL | 19.5º | 0.61% | 0.74% | - |
| HSV(B) | 19.5º | 0.35% | 0.9% | - |
| XYZ | 53.07 | 49.49 | 35.19 | - |
| YUV | 188.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 149 | 0 | 0.24 | 0.35 | 0.10 | 19.5 | 0.61 | 0.74 |
| Hex | E5 | AF | 95 | 0 | 18 | 23 | A | 14 | 3D | 4A |
| Octal | 345 | 257 | 225 | 0 | 30 | 43 | 12 | 24 | 75 | 112 |
| Binary | 11100101 | 10101111 | 10010101 | 0 | 11000 | 100011 | 1010 | 10100 | 111101 | 1001010 |
Color Harmonies of #E5AF95
Complementary color
Monochromatic Colors of #E5AF95
Black with #E5AF95
Text Example
Text Example
White with #E5AF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF95; }
p { color: rgb(229,175,149); }
H1.HeaderClassName
{
color: #E5AF95;
}
.AnyTagClassName
{
color: #E5AF95;
}
</style>
background-color css
<style>
a { background-color: #E5AF95; }
a { background-color: rgb(229,175,149); }
div.DivClassName
{
background-color: #E5AF95;
}
.BgClassName
{
background-color: #E5AF95;
}
</style>
border-color css
<style>
span { border-color: #E5AF95; }
span { border-color: rgb(229,175,149); }
td.TdClassName
{
border-color: #E5AF95;
}
.TagClassName
{
border-color: #E5AF95;
}
</style>