Shades of Wax Flower #EBA79B
Tints of Wax Flower #EBA79B
RGB
CMYK
RGB Variations
Color information
#EBA79B (or 0xEBA79B) is known color: Wax Flower. HEX triplet: EB, A7 and 9B. RGB value is (235,167,155). Sum of RGB (Red+Green+Blue) = 235+167+155=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA79B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA79B is #145864. Grayscale: #BABABA. Windows color (decimal): -1333349 or 10201067. OLE color: 10201067.
HSL color Cylindrical-coordinate representation of color #EBA79B: hue angle of 9º 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 #EBA79B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 155 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.08 |
| HSL | 9º | 0.67% | 0.76% | - |
| HSV(B) | 9º | 0.34% | 0.92% | - |
| XYZ | 54 | 47.67 | 37.36 | - |
| YUV | 185.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 155 | 0 | 0.29 | 0.34 | 0.08 | 9 | 0.67 | 0.76 |
| Hex | EB | A7 | 9B | 0 | 1D | 22 | 8 | 9 | 43 | 4C |
| Octal | 353 | 247 | 233 | 0 | 35 | 42 | 10 | 11 | 103 | 114 |
| Binary | 11101011 | 10100111 | 10011011 | 0 | 11101 | 100010 | 1000 | 1001 | 1000011 | 1001100 |
Color Harmonies of #EBA79B
Complementary color
Monochromatic Colors of #EBA79B
Black with #EBA79B
Text Example
Text Example
White with #EBA79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA79B; }
p { color: rgb(235,167,155); }
H1.HeaderClassName
{
color: #EBA79B;
}
.AnyTagClassName
{
color: #EBA79B;
}
</style>
background-color css
<style>
a { background-color: #EBA79B; }
a { background-color: rgb(235,167,155); }
div.DivClassName
{
background-color: #EBA79B;
}
.BgClassName
{
background-color: #EBA79B;
}
</style>
border-color css
<style>
span { border-color: #EBA79B; }
span { border-color: rgb(235,167,155); }
td.TdClassName
{
border-color: #EBA79B;
}
.TagClassName
{
border-color: #EBA79B;
}
</style>