Shades of Wax Flower #EBB29C
Tints of Wax Flower #EBB29C
RGB
CMYK
RGB Variations
Color information
#EBB29C (or 0xEBB29C) is known color: Wax Flower. HEX triplet: EB, B2 and 9C. RGB value is (235,178,156). Sum of RGB (Red+Green+Blue) = 235+178+156=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB29C is #144D63. Grayscale: #C0C0C0. Windows color (decimal): -1330532 or 10269419. OLE color: 10269419.
HSL color Cylindrical-coordinate representation of color #EBB29C: hue angle of 16.71º 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 #EBB29C is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 178 | 156 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.08 |
| HSL | 16.71º | 0.66% | 0.77% | - |
| HSV(B) | 16.71º | 0.34% | 0.92% | - |
| XYZ | 56.18 | 51.9 | 38.51 | - |
| YUV | 192.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 178 | 156 | 0 | 0.24 | 0.34 | 0.08 | 16.71 | 0.66 | 0.77 |
| Hex | EB | B2 | 9C | 0 | 18 | 22 | 8 | 11 | 42 | 4D |
| Octal | 353 | 262 | 234 | 0 | 30 | 42 | 10 | 21 | 102 | 115 |
| Binary | 11101011 | 10110010 | 10011100 | 0 | 11000 | 100010 | 1000 | 10001 | 1000010 | 1001101 |
Color Harmonies of #EBB29C
Complementary color
Monochromatic Colors of #EBB29C
Black with #EBB29C
Text Example
Text Example
White with #EBB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB29C; }
p { color: rgb(235,178,156); }
H1.HeaderClassName
{
color: #EBB29C;
}
.AnyTagClassName
{
color: #EBB29C;
}
</style>
background-color css
<style>
a { background-color: #EBB29C; }
a { background-color: rgb(235,178,156); }
div.DivClassName
{
background-color: #EBB29C;
}
.BgClassName
{
background-color: #EBB29C;
}
</style>
border-color css
<style>
span { border-color: #EBB29C; }
span { border-color: rgb(235,178,156); }
td.TdClassName
{
border-color: #EBB29C;
}
.TagClassName
{
border-color: #EBB29C;
}
</style>