Shades of Wax Flower #EBB8A0
Tints of Wax Flower #EBB8A0
RGB
CMYK
RGB Variations
Color information
#EBB8A0 (or 0xEBB8A0) is known color: Wax Flower. HEX triplet: EB, B8 and A0. RGB value is (235,184,160). Sum of RGB (Red+Green+Blue) = 235+184+160=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB8A0 is #14475F. Grayscale: #C4C4C4. Windows color (decimal): -1328992 or 10533099. OLE color: 10533099.
HSL color Cylindrical-coordinate representation of color #EBB8A0: hue angle of 19.2º 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 #EBB8A0 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 184 | 160 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.08 |
| HSL | 19.2º | 0.65% | 0.77% | - |
| HSV(B) | 19.2º | 0.32% | 0.92% | - |
| XYZ | 57.75 | 54.48 | 40.73 | - |
| YUV | 196.51 | 107.4 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 184 | 160 | 0 | 0.22 | 0.32 | 0.08 | 19.2 | 0.65 | 0.77 |
| Hex | EB | B8 | A0 | 0 | 16 | 20 | 8 | 13 | 41 | 4D |
| Octal | 353 | 270 | 240 | 0 | 26 | 40 | 10 | 23 | 101 | 115 |
| Binary | 11101011 | 10111000 | 10100000 | 0 | 10110 | 100000 | 1000 | 10011 | 1000001 | 1001101 |
Color Harmonies of #EBB8A0
Complementary color
Monochromatic Colors of #EBB8A0
Black with #EBB8A0
Text Example
Text Example
White with #EBB8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB8A0; }
p { color: rgb(235,184,160); }
H1.HeaderClassName
{
color: #EBB8A0;
}
.AnyTagClassName
{
color: #EBB8A0;
}
</style>
background-color css
<style>
a { background-color: #EBB8A0; }
a { background-color: rgb(235,184,160); }
div.DivClassName
{
background-color: #EBB8A0;
}
.BgClassName
{
background-color: #EBB8A0;
}
</style>
border-color css
<style>
span { border-color: #EBB8A0; }
span { border-color: rgb(235,184,160); }
td.TdClassName
{
border-color: #EBB8A0;
}
.TagClassName
{
border-color: #EBB8A0;
}
</style>