Shades of Wax Flower #E5AF9C
Tints of Wax Flower #E5AF9C
RGB
CMYK
RGB Variations
Color information
#E5AF9C (or 0xE5AF9C) is known color: Wax Flower. HEX triplet: E5, AF and 9C. RGB value is (229,175,156). Sum of RGB (Red+Green+Blue) = 229+175+156=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AF9C is #1A5063. Grayscale: #BDBDBD. Windows color (decimal): -1724516 or 10268645. OLE color: 10268645.
HSL color Cylindrical-coordinate representation of color #E5AF9C: hue angle of 15.62º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5AF9C is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 175 | 156 | - |
CMYK | 0 | 0.24 | 0.32 | 0.10 |
HSL | 15.62º | 0.58% | 0.75% | - |
HSV(B) | 15.62º | 0.32% | 0.9% | - |
XYZ | 53.64 | 49.72 | 38.22 | - |
YUV | 188.98 | 109.39 | 156.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 175 | 156 | 0 | 0.24 | 0.32 | 0.10 | 15.62 | 0.58 | 0.75 |
Hex | E5 | AF | 9C | 0 | 18 | 20 | A | 10 | 3A | 4B |
Octal | 345 | 257 | 234 | 0 | 30 | 40 | 12 | 20 | 72 | 113 |
Binary | 11100101 | 10101111 | 10011100 | 0 | 11000 | 100000 | 1010 | 10000 | 111010 | 1001011 |
Color Harmonies of #E5AF9C
Complementary color
Monochromatic Colors of #E5AF9C
Black with #E5AF9C
Text Example
Text Example
White with #E5AF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF9C; }
p { color: rgb(229,175,156); }
H1.HeaderClassName
{
color: #E5AF9C;
}
.AnyTagClassName
{
color: #E5AF9C;
}
</style>
background-color css
<style>
a { background-color: #E5AF9C; }
a { background-color: rgb(229,175,156); }
div.DivClassName
{
background-color: #E5AF9C;
}
.BgClassName
{
background-color: #E5AF9C;
}
</style>
border-color css
<style>
span { border-color: #E5AF9C; }
span { border-color: rgb(229,175,156); }
td.TdClassName
{
border-color: #E5AF9C;
}
.TagClassName
{
border-color: #E5AF9C;
}
</style>