Shades of Wax Flower #E8AB9A
Tints of Wax Flower #E8AB9A
RGB
CMYK
RGB Variations
Color information
#E8AB9A (or 0xE8AB9A) is known color: Wax Flower. HEX triplet: E8, AB and 9A. RGB value is (232,171,154). Sum of RGB (Red+Green+Blue) = 232+171+154=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AB9A is #175465. Grayscale: #BBBBBB. Windows color (decimal): -1528934 or 10136552. OLE color: 10136552.
HSL color Cylindrical-coordinate representation of color #E8AB9A: hue angle of 13.08º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8AB9A is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 171 | 154 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.09 |
| HSL | 13.08º | 0.63% | 0.76% | - |
| HSV(B) | 13.08º | 0.34% | 0.91% | - |
| XYZ | 53.67 | 48.61 | 37.13 | - |
| YUV | 187.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 154 | 0 | 0.26 | 0.34 | 0.09 | 13.08 | 0.63 | 0.76 |
| Hex | E8 | AB | 9A | 0 | 1A | 22 | 9 | D | 3F | 4C |
| Octal | 350 | 253 | 232 | 0 | 32 | 42 | 11 | 15 | 77 | 114 |
| Binary | 11101000 | 10101011 | 10011010 | 0 | 11010 | 100010 | 1001 | 1101 | 111111 | 1001100 |
Color Harmonies of #E8AB9A
Complementary color
Monochromatic Colors of #E8AB9A
Black with #E8AB9A
Text Example
Text Example
White with #E8AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AB9A; }
p { color: rgb(232,171,154); }
H1.HeaderClassName
{
color: #E8AB9A;
}
.AnyTagClassName
{
color: #E8AB9A;
}
</style>
background-color css
<style>
a { background-color: #E8AB9A; }
a { background-color: rgb(232,171,154); }
div.DivClassName
{
background-color: #E8AB9A;
}
.BgClassName
{
background-color: #E8AB9A;
}
</style>
border-color css
<style>
span { border-color: #E8AB9A; }
span { border-color: rgb(232,171,154); }
td.TdClassName
{
border-color: #E8AB9A;
}
.TagClassName
{
border-color: #E8AB9A;
}
</style>