Shades of Wax Flower #E5AB9B
Tints of Wax Flower #E5AB9B
RGB
CMYK
RGB Variations
Color information
#E5AB9B (or 0xE5AB9B) is known color: Wax Flower. HEX triplet: E5, AB and 9B. RGB value is (229,171,155). Sum of RGB (Red+Green+Blue) = 229+171+155=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AB9B is #1A5464. Grayscale: #BABABA. Windows color (decimal): -1725541 or 10202085. OLE color: 10202085.
HSL color Cylindrical-coordinate representation of color #E5AB9B: hue angle of 12.97º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5AB9B is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 155 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.10 |
| HSL | 12.97º | 0.59% | 0.75% | - |
| HSV(B) | 12.97º | 0.32% | 0.9% | - |
| XYZ | 52.79 | 48.15 | 37.52 | - |
| YUV | 186.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 155 | 0 | 0.25 | 0.32 | 0.10 | 12.97 | 0.59 | 0.75 |
| Hex | E5 | AB | 9B | 0 | 19 | 20 | A | D | 3B | 4B |
| Octal | 345 | 253 | 233 | 0 | 31 | 40 | 12 | 15 | 73 | 113 |
| Binary | 11100101 | 10101011 | 10011011 | 0 | 11001 | 100000 | 1010 | 1101 | 111011 | 1001011 |
Color Harmonies of #E5AB9B
Complementary color
Monochromatic Colors of #E5AB9B
Black with #E5AB9B
Text Example
Text Example
White with #E5AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB9B; }
p { color: rgb(229,171,155); }
H1.HeaderClassName
{
color: #E5AB9B;
}
.AnyTagClassName
{
color: #E5AB9B;
}
</style>
background-color css
<style>
a { background-color: #E5AB9B; }
a { background-color: rgb(229,171,155); }
div.DivClassName
{
background-color: #E5AB9B;
}
.BgClassName
{
background-color: #E5AB9B;
}
</style>
border-color css
<style>
span { border-color: #E5AB9B; }
span { border-color: rgb(229,171,155); }
td.TdClassName
{
border-color: #E5AB9B;
}
.TagClassName
{
border-color: #E5AB9B;
}
</style>