Shades of Wax Flower #EBBAA2
Tints of Wax Flower #EBBAA2
RGB
CMYK
RGB Variations
Color information
#EBBAA2 (or 0xEBBAA2) is known color: Wax Flower. HEX triplet: EB, BA and A2. RGB value is (235,186,162). Sum of RGB (Red+Green+Blue) = 235+186+162=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAA2 is #14455D. Grayscale: #C6C6C6. Windows color (decimal): -1328478 or 10664683. OLE color: 10664683.
HSL color Cylindrical-coordinate representation of color #EBBAA2: hue angle of 19.73º 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 #EBBAA2 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 162 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.08 |
| HSL | 19.73º | 0.65% | 0.78% | - |
| HSV(B) | 19.73º | 0.31% | 0.92% | - |
| XYZ | 58.34 | 55.39 | 41.8 | - |
| YUV | 197.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 162 | 0 | 0.21 | 0.31 | 0.08 | 19.73 | 0.65 | 0.78 |
| Hex | EB | BA | A2 | 0 | 15 | 1F | 8 | 14 | 41 | 4E |
| Octal | 353 | 272 | 242 | 0 | 25 | 37 | 10 | 24 | 101 | 116 |
| Binary | 11101011 | 10111010 | 10100010 | 0 | 10101 | 11111 | 1000 | 10100 | 1000001 | 1001110 |
Color Harmonies of #EBBAA2
Complementary color
Monochromatic Colors of #EBBAA2
Black with #EBBAA2
Text Example
Text Example
White with #EBBAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBAA2; }
p { color: rgb(235,186,162); }
H1.HeaderClassName
{
color: #EBBAA2;
}
.AnyTagClassName
{
color: #EBBAA2;
}
</style>
background-color css
<style>
a { background-color: #EBBAA2; }
a { background-color: rgb(235,186,162); }
div.DivClassName
{
background-color: #EBBAA2;
}
.BgClassName
{
background-color: #EBBAA2;
}
</style>
border-color css
<style>
span { border-color: #EBBAA2; }
span { border-color: rgb(235,186,162); }
td.TdClassName
{
border-color: #EBBAA2;
}
.TagClassName
{
border-color: #EBBAA2;
}
</style>