Shades of Wax Flower #E7AB9C
Tints of Wax Flower #E7AB9C
RGB
CMYK
RGB Variations
Color information
#E7AB9C (or 0xE7AB9C) is known color: Wax Flower. HEX triplet: E7, AB and 9C. RGB value is (231,171,156). Sum of RGB (Red+Green+Blue) = 231+171+156=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AB9C is #185463. Grayscale: #BBBBBB. Windows color (decimal): -1594468 or 10267623. OLE color: 10267623.
HSL color Cylindrical-coordinate representation of color #E7AB9C: hue angle of 12º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7AB9C is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 156 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.09 |
| HSL | 12º | 0.61% | 0.76% | - |
| HSV(B) | 12º | 0.32% | 0.91% | - |
| XYZ | 53.52 | 48.52 | 38 | - |
| YUV | 187.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 156 | 0 | 0.26 | 0.32 | 0.09 | 12 | 0.61 | 0.76 |
| Hex | E7 | AB | 9C | 0 | 1A | 20 | 9 | C | 3D | 4C |
| Octal | 347 | 253 | 234 | 0 | 32 | 40 | 11 | 14 | 75 | 114 |
| Binary | 11100111 | 10101011 | 10011100 | 0 | 11010 | 100000 | 1001 | 1100 | 111101 | 1001100 |
Color Harmonies of #E7AB9C
Complementary color
Monochromatic Colors of #E7AB9C
Black with #E7AB9C
Text Example
Text Example
White with #E7AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB9C; }
p { color: rgb(231,171,156); }
H1.HeaderClassName
{
color: #E7AB9C;
}
.AnyTagClassName
{
color: #E7AB9C;
}
</style>
background-color css
<style>
a { background-color: #E7AB9C; }
a { background-color: rgb(231,171,156); }
div.DivClassName
{
background-color: #E7AB9C;
}
.BgClassName
{
background-color: #E7AB9C;
}
</style>
border-color css
<style>
span { border-color: #E7AB9C; }
span { border-color: rgb(231,171,156); }
td.TdClassName
{
border-color: #E7AB9C;
}
.TagClassName
{
border-color: #E7AB9C;
}
</style>