Shades of Wax Flower #E7AB9B
Tints of Wax Flower #E7AB9B
RGB
CMYK
RGB Variations
Color information
#E7AB9B (or 0xE7AB9B) is known color: Wax Flower. HEX triplet: E7, AB and 9B. RGB value is (231,171,155). Sum of RGB (Red+Green+Blue) = 231+171+155=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AB9B is #185464. Grayscale: #BBBBBB. Windows color (decimal): -1594469 or 10202087. OLE color: 10202087.
HSL color Cylindrical-coordinate representation of color #E7AB9B: hue angle of 12.63º degrees, saturation: 0.61, 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 #E7AB9B is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 155 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.09 |
| HSL | 12.63º | 0.61% | 0.76% | - |
| HSV(B) | 12.63º | 0.33% | 0.91% | - |
| XYZ | 53.43 | 48.48 | 37.55 | - |
| YUV | 187.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 155 | 0 | 0.26 | 0.33 | 0.09 | 12.63 | 0.61 | 0.76 |
| Hex | E7 | AB | 9B | 0 | 1A | 21 | 9 | D | 3D | 4C |
| Octal | 347 | 253 | 233 | 0 | 32 | 41 | 11 | 15 | 75 | 114 |
| Binary | 11100111 | 10101011 | 10011011 | 0 | 11010 | 100001 | 1001 | 1101 | 111101 | 1001100 |
Color Harmonies of #E7AB9B
Complementary color
Monochromatic Colors of #E7AB9B
Black with #E7AB9B
Text Example
Text Example
White with #E7AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB9B; }
p { color: rgb(231,171,155); }
H1.HeaderClassName
{
color: #E7AB9B;
}
.AnyTagClassName
{
color: #E7AB9B;
}
</style>
background-color css
<style>
a { background-color: #E7AB9B; }
a { background-color: rgb(231,171,155); }
div.DivClassName
{
background-color: #E7AB9B;
}
.BgClassName
{
background-color: #E7AB9B;
}
</style>
border-color css
<style>
span { border-color: #E7AB9B; }
span { border-color: rgb(231,171,155); }
td.TdClassName
{
border-color: #E7AB9B;
}
.TagClassName
{
border-color: #E7AB9B;
}
</style>