Shades of Wax Flower #EBB49C
Tints of Wax Flower #EBB49C
RGB
CMYK
RGB Variations
Color information
#EBB49C (or 0xEBB49C) is known color: Wax Flower. HEX triplet: EB, B4 and 9C. RGB value is (235,180,156). Sum of RGB (Red+Green+Blue) = 235+180+156=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB49C is #144B63. Grayscale: #C1C1C1. Windows color (decimal): -1330020 or 10269931. OLE color: 10269931.
HSL color Cylindrical-coordinate representation of color #EBB49C: hue angle of 18.23º 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 #EBB49C is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 156 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.08 |
| HSL | 18.23º | 0.66% | 0.77% | - |
| HSV(B) | 18.23º | 0.34% | 0.92% | - |
| XYZ | 56.58 | 52.7 | 38.64 | - |
| YUV | 193.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 156 | 0 | 0.23 | 0.34 | 0.08 | 18.23 | 0.66 | 0.77 |
| Hex | EB | B4 | 9C | 0 | 17 | 22 | 8 | 12 | 42 | 4D |
| Octal | 353 | 264 | 234 | 0 | 27 | 42 | 10 | 22 | 102 | 115 |
| Binary | 11101011 | 10110100 | 10011100 | 0 | 10111 | 100010 | 1000 | 10010 | 1000010 | 1001101 |
Color Harmonies of #EBB49C
Complementary color
Monochromatic Colors of #EBB49C
Black with #EBB49C
Text Example
Text Example
White with #EBB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB49C; }
p { color: rgb(235,180,156); }
H1.HeaderClassName
{
color: #EBB49C;
}
.AnyTagClassName
{
color: #EBB49C;
}
</style>
background-color css
<style>
a { background-color: #EBB49C; }
a { background-color: rgb(235,180,156); }
div.DivClassName
{
background-color: #EBB49C;
}
.BgClassName
{
background-color: #EBB49C;
}
</style>
border-color css
<style>
span { border-color: #EBB49C; }
span { border-color: rgb(235,180,156); }
td.TdClassName
{
border-color: #EBB49C;
}
.TagClassName
{
border-color: #EBB49C;
}
</style>