Shades of Wax Flower #EBAA9C
Tints of Wax Flower #EBAA9C
RGB
CMYK
RGB Variations
Color information
#EBAA9C (or 0xEBAA9C) is known color: Wax Flower. HEX triplet: EB, AA and 9C. RGB value is (235,170,156). Sum of RGB (Red+Green+Blue) = 235+170+156=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAA9C is #145563. Grayscale: #BBBBBB. Windows color (decimal): -1332580 or 10267371. OLE color: 10267371.
HSL color Cylindrical-coordinate representation of color #EBAA9C: hue angle of 10.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBAA9C is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 156 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.08 |
| HSL | 10.63º | 0.66% | 0.77% | - |
| HSV(B) | 10.63º | 0.34% | 0.92% | - |
| XYZ | 54.64 | 48.81 | 37.99 | - |
| YUV | 187.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 156 | 0 | 0.28 | 0.34 | 0.08 | 10.63 | 0.66 | 0.77 |
| Hex | EB | AA | 9C | 0 | 1C | 22 | 8 | B | 42 | 4D |
| Octal | 353 | 252 | 234 | 0 | 34 | 42 | 10 | 13 | 102 | 115 |
| Binary | 11101011 | 10101010 | 10011100 | 0 | 11100 | 100010 | 1000 | 1011 | 1000010 | 1001101 |
Color Harmonies of #EBAA9C
Complementary color
Monochromatic Colors of #EBAA9C
Black with #EBAA9C
Text Example
Text Example
White with #EBAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAA9C; }
p { color: rgb(235,170,156); }
H1.HeaderClassName
{
color: #EBAA9C;
}
.AnyTagClassName
{
color: #EBAA9C;
}
</style>
background-color css
<style>
a { background-color: #EBAA9C; }
a { background-color: rgb(235,170,156); }
div.DivClassName
{
background-color: #EBAA9C;
}
.BgClassName
{
background-color: #EBAA9C;
}
</style>
border-color css
<style>
span { border-color: #EBAA9C; }
span { border-color: rgb(235,170,156); }
td.TdClassName
{
border-color: #EBAA9C;
}
.TagClassName
{
border-color: #EBAA9C;
}
</style>