Shades of Wax Flower #EBB5A3
Tints of Wax Flower #EBB5A3
RGB
CMYK
RGB Variations
Color information
#EBB5A3 (or 0xEBB5A3) is known color: Wax Flower. HEX triplet: EB, B5 and A3. RGB value is (235,181,163). Sum of RGB (Red+Green+Blue) = 235+181+163=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB5A3 is #144A5C. Grayscale: #C3C3C3. Windows color (decimal): -1329757 or 10728939. OLE color: 10728939.
HSL color Cylindrical-coordinate representation of color #EBB5A3: hue angle of 15º degrees, saturation: 0.64, 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 #EBB5A3 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 163 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.08 |
| HSL | 15º | 0.64% | 0.78% | - |
| HSV(B) | 15º | 0.31% | 0.92% | - |
| XYZ | 57.4 | 53.35 | 41.92 | - |
| YUV | 195.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 163 | 0 | 0.23 | 0.31 | 0.08 | 15 | 0.64 | 0.78 |
| Hex | EB | B5 | A3 | 0 | 17 | 1F | 8 | F | 40 | 4E |
| Octal | 353 | 265 | 243 | 0 | 27 | 37 | 10 | 17 | 100 | 116 |
| Binary | 11101011 | 10110101 | 10100011 | 0 | 10111 | 11111 | 1000 | 1111 | 1000000 | 1001110 |
Color Harmonies of #EBB5A3
Complementary color
Monochromatic Colors of #EBB5A3
Black with #EBB5A3
Text Example
Text Example
White with #EBB5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5A3; }
p { color: rgb(235,181,163); }
H1.HeaderClassName
{
color: #EBB5A3;
}
.AnyTagClassName
{
color: #EBB5A3;
}
</style>
background-color css
<style>
a { background-color: #EBB5A3; }
a { background-color: rgb(235,181,163); }
div.DivClassName
{
background-color: #EBB5A3;
}
.BgClassName
{
background-color: #EBB5A3;
}
</style>
border-color css
<style>
span { border-color: #EBB5A3; }
span { border-color: rgb(235,181,163); }
td.TdClassName
{
border-color: #EBB5A3;
}
.TagClassName
{
border-color: #EBB5A3;
}
</style>