Shades of Wax Flower #E0AF9B
Tints of Wax Flower #E0AF9B
RGB
CMYK
RGB Variations
Color information
#E0AF9B (or 0xE0AF9B) is known color: Wax Flower. HEX triplet: E0, AF and 9B. RGB value is (224,175,155). Sum of RGB (Red+Green+Blue) = 224+175+155=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF9B is #1F5064. Grayscale: #BBBBBB. Windows color (decimal): -2052197 or 10203104. OLE color: 10203104.
HSL color Cylindrical-coordinate representation of color #E0AF9B: hue angle of 17.39º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0AF9B is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 155 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.12 |
| HSL | 17.39º | 0.53% | 0.74% | - |
| HSV(B) | 17.39º | 0.31% | 0.88% | - |
| XYZ | 51.99 | 48.87 | 37.7 | - |
| YUV | 187.37 | 109.73 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 155 | 0 | 0.22 | 0.31 | 0.12 | 17.39 | 0.53 | 0.74 |
| Hex | E0 | AF | 9B | 0 | 16 | 1F | C | 11 | 35 | 4A |
| Octal | 340 | 257 | 233 | 0 | 26 | 37 | 14 | 21 | 65 | 112 |
| Binary | 11100000 | 10101111 | 10011011 | 0 | 10110 | 11111 | 1100 | 10001 | 110101 | 1001010 |
Color Harmonies of #E0AF9B
Complementary color
Monochromatic Colors of #E0AF9B
Black with #E0AF9B
Text Example
Text Example
White with #E0AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF9B; }
p { color: rgb(224,175,155); }
H1.HeaderClassName
{
color: #E0AF9B;
}
.AnyTagClassName
{
color: #E0AF9B;
}
</style>
background-color css
<style>
a { background-color: #E0AF9B; }
a { background-color: rgb(224,175,155); }
div.DivClassName
{
background-color: #E0AF9B;
}
.BgClassName
{
background-color: #E0AF9B;
}
</style>
border-color css
<style>
span { border-color: #E0AF9B; }
span { border-color: rgb(224,175,155); }
td.TdClassName
{
border-color: #E0AF9B;
}
.TagClassName
{
border-color: #E0AF9B;
}
</style>