Shades of Wax Flower #EBA79A
Tints of Wax Flower #EBA79A
RGB
CMYK
RGB Variations
Color information
#EBA79A (or 0xEBA79A) is known color: Wax Flower. HEX triplet: EB, A7 and 9A. RGB value is (235,167,154). Sum of RGB (Red+Green+Blue) = 235+167+154=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA79A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA79A is #145865. Grayscale: #B9B9B9. Windows color (decimal): -1333350 or 10135531. OLE color: 10135531.
HSL color Cylindrical-coordinate representation of color #EBA79A: hue angle of 9.63º 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 #EBA79A is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 154 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.08 |
| HSL | 9.63º | 0.67% | 0.76% | - |
| HSV(B) | 9.63º | 0.34% | 0.92% | - |
| XYZ | 53.91 | 47.63 | 36.92 | - |
| YUV | 185.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 154 | 0 | 0.29 | 0.34 | 0.08 | 9.63 | 0.67 | 0.76 |
| Hex | EB | A7 | 9A | 0 | 1D | 22 | 8 | A | 43 | 4C |
| Octal | 353 | 247 | 232 | 0 | 35 | 42 | 10 | 12 | 103 | 114 |
| Binary | 11101011 | 10100111 | 10011010 | 0 | 11101 | 100010 | 1000 | 1010 | 1000011 | 1001100 |
Color Harmonies of #EBA79A
Complementary color
Monochromatic Colors of #EBA79A
Black with #EBA79A
Text Example
Text Example
White with #EBA79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA79A; }
p { color: rgb(235,167,154); }
H1.HeaderClassName
{
color: #EBA79A;
}
.AnyTagClassName
{
color: #EBA79A;
}
</style>
background-color css
<style>
a { background-color: #EBA79A; }
a { background-color: rgb(235,167,154); }
div.DivClassName
{
background-color: #EBA79A;
}
.BgClassName
{
background-color: #EBA79A;
}
</style>
border-color css
<style>
span { border-color: #EBA79A; }
span { border-color: rgb(235,167,154); }
td.TdClassName
{
border-color: #EBA79A;
}
.TagClassName
{
border-color: #EBA79A;
}
</style>