Shades of Wax Flower #EBBBA3
Tints of Wax Flower #EBBBA3
RGB
CMYK
RGB Variations
Color information
#EBBBA3 (or 0xEBBBA3) is known color: Wax Flower. HEX triplet: EB, BB and A3. RGB value is (235,187,163). Sum of RGB (Red+Green+Blue) = 235+187+163=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBA3 is #14445C. Grayscale: #C6C6C6. Windows color (decimal): -1328221 or 10730475. OLE color: 10730475.
HSL color Cylindrical-coordinate representation of color #EBBBA3: hue angle of 20º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBBBA3 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 163 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.08 |
| HSL | 20º | 0.64% | 0.78% | - |
| HSV(B) | 20º | 0.31% | 0.92% | - |
| XYZ | 58.64 | 55.85 | 42.34 | - |
| YUV | 198.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 163 | 0 | 0.20 | 0.31 | 0.08 | 20 | 0.64 | 0.78 |
| Hex | EB | BB | A3 | 0 | 14 | 1F | 8 | 14 | 40 | 4E |
| Octal | 353 | 273 | 243 | 0 | 24 | 37 | 10 | 24 | 100 | 116 |
| Binary | 11101011 | 10111011 | 10100011 | 0 | 10100 | 11111 | 1000 | 10100 | 1000000 | 1001110 |
Color Harmonies of #EBBBA3
Complementary color
Monochromatic Colors of #EBBBA3
Black with #EBBBA3
Text Example
Text Example
White with #EBBBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBA3; }
p { color: rgb(235,187,163); }
H1.HeaderClassName
{
color: #EBBBA3;
}
.AnyTagClassName
{
color: #EBBBA3;
}
</style>
background-color css
<style>
a { background-color: #EBBBA3; }
a { background-color: rgb(235,187,163); }
div.DivClassName
{
background-color: #EBBBA3;
}
.BgClassName
{
background-color: #EBBBA3;
}
</style>
border-color css
<style>
span { border-color: #EBBBA3; }
span { border-color: rgb(235,187,163); }
td.TdClassName
{
border-color: #EBBBA3;
}
.TagClassName
{
border-color: #EBBBA3;
}
</style>