Shades of Wax Flower #EBB6A0
Tints of Wax Flower #EBB6A0
RGB
CMYK
RGB Variations
Color information
#EBB6A0 (or 0xEBB6A0) is known color: Wax Flower. HEX triplet: EB, B6 and A0. RGB value is (235,182,160). Sum of RGB (Red+Green+Blue) = 235+182+160=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB6A0 is #14495F. Grayscale: #C3C3C3. Windows color (decimal): -1329504 or 10532587. OLE color: 10532587.
HSL color Cylindrical-coordinate representation of color #EBB6A0: hue angle of 17.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBB6A0 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 160 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.08 |
| HSL | 17.6º | 0.65% | 0.77% | - |
| HSV(B) | 17.6º | 0.32% | 0.92% | - |
| XYZ | 57.33 | 53.66 | 40.59 | - |
| YUV | 195.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 160 | 0 | 0.23 | 0.32 | 0.08 | 17.6 | 0.65 | 0.77 |
| Hex | EB | B6 | A0 | 0 | 17 | 20 | 8 | 12 | 41 | 4D |
| Octal | 353 | 266 | 240 | 0 | 27 | 40 | 10 | 22 | 101 | 115 |
| Binary | 11101011 | 10110110 | 10100000 | 0 | 10111 | 100000 | 1000 | 10010 | 1000001 | 1001101 |
Color Harmonies of #EBB6A0
Complementary color
Monochromatic Colors of #EBB6A0
Black with #EBB6A0
Text Example
Text Example
White with #EBB6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB6A0; }
p { color: rgb(235,182,160); }
H1.HeaderClassName
{
color: #EBB6A0;
}
.AnyTagClassName
{
color: #EBB6A0;
}
</style>
background-color css
<style>
a { background-color: #EBB6A0; }
a { background-color: rgb(235,182,160); }
div.DivClassName
{
background-color: #EBB6A0;
}
.BgClassName
{
background-color: #EBB6A0;
}
</style>
border-color css
<style>
span { border-color: #EBB6A0; }
span { border-color: rgb(235,182,160); }
td.TdClassName
{
border-color: #EBB6A0;
}
.TagClassName
{
border-color: #EBB6A0;
}
</style>