Shades of Wax Flower #E9AF9B
Tints of Wax Flower #E9AF9B
RGB
CMYK
RGB Variations
Color information
#E9AF9B (or 0xE9AF9B) is known color: Wax Flower. HEX triplet: E9, AF and 9B. RGB value is (233,175,155). Sum of RGB (Red+Green+Blue) = 233+175+155=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AF9B is #165064. Grayscale: #BEBEBE. Windows color (decimal): -1462373 or 10203113. OLE color: 10203113.
HSL color Cylindrical-coordinate representation of color #E9AF9B: hue angle of 15.38º degrees, saturation: 0.64, 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 #E9AF9B is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 155 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.09 |
| HSL | 15.38º | 0.64% | 0.76% | - |
| HSV(B) | 15.38º | 0.33% | 0.91% | - |
| XYZ | 54.85 | 50.35 | 37.84 | - |
| YUV | 190.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 155 | 0 | 0.25 | 0.33 | 0.09 | 15.38 | 0.64 | 0.76 |
| Hex | E9 | AF | 9B | 0 | 19 | 21 | 9 | F | 40 | 4C |
| Octal | 351 | 257 | 233 | 0 | 31 | 41 | 11 | 17 | 100 | 114 |
| Binary | 11101001 | 10101111 | 10011011 | 0 | 11001 | 100001 | 1001 | 1111 | 1000000 | 1001100 |
Color Harmonies of #E9AF9B
Complementary color
Monochromatic Colors of #E9AF9B
Black with #E9AF9B
Text Example
Text Example
White with #E9AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF9B; }
p { color: rgb(233,175,155); }
H1.HeaderClassName
{
color: #E9AF9B;
}
.AnyTagClassName
{
color: #E9AF9B;
}
</style>
background-color css
<style>
a { background-color: #E9AF9B; }
a { background-color: rgb(233,175,155); }
div.DivClassName
{
background-color: #E9AF9B;
}
.BgClassName
{
background-color: #E9AF9B;
}
</style>
border-color css
<style>
span { border-color: #E9AF9B; }
span { border-color: rgb(233,175,155); }
td.TdClassName
{
border-color: #E9AF9B;
}
.TagClassName
{
border-color: #E9AF9B;
}
</style>