Shades of Wax Flower #E7AF9B
Tints of Wax Flower #E7AF9B
RGB
CMYK
RGB Variations
Color information
#E7AF9B (or 0xE7AF9B) is known color: Wax Flower. HEX triplet: E7, AF and 9B. RGB value is (231,175,155). Sum of RGB (Red+Green+Blue) = 231+175+155=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AF9B is #185064. Grayscale: #BDBDBD. Windows color (decimal): -1593445 or 10203111. OLE color: 10203111.
HSL color Cylindrical-coordinate representation of color #E7AF9B: hue angle of 15.79º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7AF9B is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 155 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.09 |
| HSL | 15.79º | 0.61% | 0.76% | - |
| HSV(B) | 15.79º | 0.33% | 0.91% | - |
| XYZ | 54.2 | 50.02 | 37.81 | - |
| YUV | 189.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 155 | 0 | 0.24 | 0.33 | 0.09 | 15.79 | 0.61 | 0.76 |
| Hex | E7 | AF | 9B | 0 | 18 | 21 | 9 | 10 | 3D | 4C |
| Octal | 347 | 257 | 233 | 0 | 30 | 41 | 11 | 20 | 75 | 114 |
| Binary | 11100111 | 10101111 | 10011011 | 0 | 11000 | 100001 | 1001 | 10000 | 111101 | 1001100 |
Color Harmonies of #E7AF9B
Complementary color
Monochromatic Colors of #E7AF9B
Black with #E7AF9B
Text Example
Text Example
White with #E7AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF9B; }
p { color: rgb(231,175,155); }
H1.HeaderClassName
{
color: #E7AF9B;
}
.AnyTagClassName
{
color: #E7AF9B;
}
</style>
background-color css
<style>
a { background-color: #E7AF9B; }
a { background-color: rgb(231,175,155); }
div.DivClassName
{
background-color: #E7AF9B;
}
.BgClassName
{
background-color: #E7AF9B;
}
</style>
border-color css
<style>
span { border-color: #E7AF9B; }
span { border-color: rgb(231,175,155); }
td.TdClassName
{
border-color: #E7AF9B;
}
.TagClassName
{
border-color: #E7AF9B;
}
</style>