Shades of Wax Flower #EBBBA1
Tints of Wax Flower #EBBBA1
RGB
CMYK
RGB Variations
Color information
#EBBBA1 (or 0xEBBBA1) is known color: Wax Flower. HEX triplet: EB, BB and A1. RGB value is (235,187,161). Sum of RGB (Red+Green+Blue) = 235+187+161=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBA1 is #14445E. Grayscale: #C6C6C6. Windows color (decimal): -1328223 or 10599403. OLE color: 10599403.
HSL color Cylindrical-coordinate representation of color #EBBBA1: hue angle of 21.08º degrees, saturation: 0.65, 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 #EBBBA1 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 161 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.08 |
| HSL | 21.08º | 0.65% | 0.78% | - |
| HSV(B) | 21.08º | 0.31% | 0.92% | - |
| XYZ | 58.46 | 55.78 | 41.4 | - |
| YUV | 198.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 161 | 0 | 0.20 | 0.31 | 0.08 | 21.08 | 0.65 | 0.78 |
| Hex | EB | BB | A1 | 0 | 14 | 1F | 8 | 15 | 41 | 4E |
| Octal | 353 | 273 | 241 | 0 | 24 | 37 | 10 | 25 | 101 | 116 |
| Binary | 11101011 | 10111011 | 10100001 | 0 | 10100 | 11111 | 1000 | 10101 | 1000001 | 1001110 |
Color Harmonies of #EBBBA1
Complementary color
Monochromatic Colors of #EBBBA1
Black with #EBBBA1
Text Example
Text Example
White with #EBBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBA1; }
p { color: rgb(235,187,161); }
H1.HeaderClassName
{
color: #EBBBA1;
}
.AnyTagClassName
{
color: #EBBBA1;
}
</style>
background-color css
<style>
a { background-color: #EBBBA1; }
a { background-color: rgb(235,187,161); }
div.DivClassName
{
background-color: #EBBBA1;
}
.BgClassName
{
background-color: #EBBBA1;
}
</style>
border-color css
<style>
span { border-color: #EBBBA1; }
span { border-color: rgb(235,187,161); }
td.TdClassName
{
border-color: #EBBBA1;
}
.TagClassName
{
border-color: #EBBBA1;
}
</style>