Shades of Wax Flower #E6AB9B
Tints of Wax Flower #E6AB9B
RGB
CMYK
RGB Variations
Color information
#E6AB9B (or 0xE6AB9B) is known color: Wax Flower. HEX triplet: E6, AB and 9B. RGB value is (230,171,155). Sum of RGB (Red+Green+Blue) = 230+171+155=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AB9B is #195464. Grayscale: #BABABA. Windows color (decimal): -1660005 or 10202086. OLE color: 10202086.
HSL color Cylindrical-coordinate representation of color #E6AB9B: hue angle of 12.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6AB9B is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 155 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.10 |
| HSL | 12.8º | 0.6% | 0.75% | - |
| HSV(B) | 12.8º | 0.33% | 0.9% | - |
| XYZ | 53.11 | 48.32 | 37.54 | - |
| YUV | 186.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 155 | 0 | 0.26 | 0.33 | 0.10 | 12.8 | 0.6 | 0.75 |
| Hex | E6 | AB | 9B | 0 | 1A | 21 | A | D | 3C | 4B |
| Octal | 346 | 253 | 233 | 0 | 32 | 41 | 12 | 15 | 74 | 113 |
| Binary | 11100110 | 10101011 | 10011011 | 0 | 11010 | 100001 | 1010 | 1101 | 111100 | 1001011 |
Color Harmonies of #E6AB9B
Complementary color
Monochromatic Colors of #E6AB9B
Black with #E6AB9B
Text Example
Text Example
White with #E6AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB9B; }
p { color: rgb(230,171,155); }
H1.HeaderClassName
{
color: #E6AB9B;
}
.AnyTagClassName
{
color: #E6AB9B;
}
</style>
background-color css
<style>
a { background-color: #E6AB9B; }
a { background-color: rgb(230,171,155); }
div.DivClassName
{
background-color: #E6AB9B;
}
.BgClassName
{
background-color: #E6AB9B;
}
</style>
border-color css
<style>
span { border-color: #E6AB9B; }
span { border-color: rgb(230,171,155); }
td.TdClassName
{
border-color: #E6AB9B;
}
.TagClassName
{
border-color: #E6AB9B;
}
</style>