Shades of Wax Flower #EBB59C
Tints of Wax Flower #EBB59C
RGB
CMYK
RGB Variations
Color information
#EBB59C (or 0xEBB59C) is known color: Wax Flower. HEX triplet: EB, B5 and 9C. RGB value is (235,181,156). Sum of RGB (Red+Green+Blue) = 235+181+156=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB59C is #144A63. Grayscale: #C2C2C2. Windows color (decimal): -1329764 or 10270187. OLE color: 10270187.
HSL color Cylindrical-coordinate representation of color #EBB59C: hue angle of 18.99º 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 #EBB59C is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 156 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.08 |
| HSL | 18.99º | 0.66% | 0.77% | - |
| HSV(B) | 18.99º | 0.34% | 0.92% | - |
| XYZ | 56.79 | 53.11 | 38.71 | - |
| YUV | 194.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 156 | 0 | 0.23 | 0.34 | 0.08 | 18.99 | 0.66 | 0.77 |
| Hex | EB | B5 | 9C | 0 | 17 | 22 | 8 | 13 | 42 | 4D |
| Octal | 353 | 265 | 234 | 0 | 27 | 42 | 10 | 23 | 102 | 115 |
| Binary | 11101011 | 10110101 | 10011100 | 0 | 10111 | 100010 | 1000 | 10011 | 1000010 | 1001101 |
Color Harmonies of #EBB59C
Complementary color
Monochromatic Colors of #EBB59C
Black with #EBB59C
Text Example
Text Example
White with #EBB59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB59C; }
p { color: rgb(235,181,156); }
H1.HeaderClassName
{
color: #EBB59C;
}
.AnyTagClassName
{
color: #EBB59C;
}
</style>
background-color css
<style>
a { background-color: #EBB59C; }
a { background-color: rgb(235,181,156); }
div.DivClassName
{
background-color: #EBB59C;
}
.BgClassName
{
background-color: #EBB59C;
}
</style>
border-color css
<style>
span { border-color: #EBB59C; }
span { border-color: rgb(235,181,156); }
td.TdClassName
{
border-color: #EBB59C;
}
.TagClassName
{
border-color: #EBB59C;
}
</style>