Shades of Wax Flower #EBA89B
Tints of Wax Flower #EBA89B
RGB
CMYK
RGB Variations
Color information
#EBA89B (or 0xEBA89B) is known color: Wax Flower. HEX triplet: EB, A8 and 9B. RGB value is (235,168,155). Sum of RGB (Red+Green+Blue) = 235+168+155=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA89B is #145764. Grayscale: #BABABA. Windows color (decimal): -1333093 or 10201323. OLE color: 10201323.
HSL color Cylindrical-coordinate representation of color #EBA89B: hue angle of 9.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA89B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 155 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.08 |
| HSL | 9.75º | 0.67% | 0.76% | - |
| HSV(B) | 9.75º | 0.34% | 0.92% | - |
| XYZ | 54.18 | 48.03 | 37.43 | - |
| YUV | 186.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 155 | 0 | 0.29 | 0.34 | 0.08 | 9.75 | 0.67 | 0.76 |
| Hex | EB | A8 | 9B | 0 | 1D | 22 | 8 | A | 43 | 4C |
| Octal | 353 | 250 | 233 | 0 | 35 | 42 | 10 | 12 | 103 | 114 |
| Binary | 11101011 | 10101000 | 10011011 | 0 | 11101 | 100010 | 1000 | 1010 | 1000011 | 1001100 |
Color Harmonies of #EBA89B
Complementary color
Monochromatic Colors of #EBA89B
Black with #EBA89B
Text Example
Text Example
White with #EBA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA89B; }
p { color: rgb(235,168,155); }
H1.HeaderClassName
{
color: #EBA89B;
}
.AnyTagClassName
{
color: #EBA89B;
}
</style>
background-color css
<style>
a { background-color: #EBA89B; }
a { background-color: rgb(235,168,155); }
div.DivClassName
{
background-color: #EBA89B;
}
.BgClassName
{
background-color: #EBA89B;
}
</style>
border-color css
<style>
span { border-color: #EBA89B; }
span { border-color: rgb(235,168,155); }
td.TdClassName
{
border-color: #EBA89B;
}
.TagClassName
{
border-color: #EBA89B;
}
</style>