Shades of Wax Flower #E3AB95
Tints of Wax Flower #E3AB95
RGB
CMYK
RGB Variations
Color information
#E3AB95 (or 0xE3AB95) is known color: Wax Flower. HEX triplet: E3, AB and 95. RGB value is (227,171,149). Sum of RGB (Red+Green+Blue) = 227+171+149=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AB95 is #1C546A. Grayscale: #B9B9B9. Windows color (decimal): -1856619 or 9808867. OLE color: 9808867.
HSL color Cylindrical-coordinate representation of color #E3AB95: hue angle of 16.92º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3AB95 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 171 | 149 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.11 |
| HSL | 16.92º | 0.58% | 0.74% | - |
| HSV(B) | 16.92º | 0.34% | 0.89% | - |
| XYZ | 51.67 | 47.63 | 34.9 | - |
| YUV | 185.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 171 | 149 | 0 | 0.25 | 0.34 | 0.11 | 16.92 | 0.58 | 0.74 |
| Hex | E3 | AB | 95 | 0 | 19 | 22 | B | 11 | 3A | 4A |
| Octal | 343 | 253 | 225 | 0 | 31 | 42 | 13 | 21 | 72 | 112 |
| Binary | 11100011 | 10101011 | 10010101 | 0 | 11001 | 100010 | 1011 | 10001 | 111010 | 1001010 |
Color Harmonies of #E3AB95
Complementary color
Monochromatic Colors of #E3AB95
Black with #E3AB95
Text Example
Text Example
White with #E3AB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AB95; }
p { color: rgb(227,171,149); }
H1.HeaderClassName
{
color: #E3AB95;
}
.AnyTagClassName
{
color: #E3AB95;
}
</style>
background-color css
<style>
a { background-color: #E3AB95; }
a { background-color: rgb(227,171,149); }
div.DivClassName
{
background-color: #E3AB95;
}
.BgClassName
{
background-color: #E3AB95;
}
</style>
border-color css
<style>
span { border-color: #E3AB95; }
span { border-color: rgb(227,171,149); }
td.TdClassName
{
border-color: #E3AB95;
}
.TagClassName
{
border-color: #E3AB95;
}
</style>