Shades of Wax Flower #EBB9A4
Tints of Wax Flower #EBB9A4
RGB
CMYK
RGB Variations
Color information
#EBB9A4 (or 0xEBB9A4) is known color: Wax Flower. HEX triplet: EB, B9 and A4. RGB value is (235,185,164). Sum of RGB (Red+Green+Blue) = 235+185+164=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB9A4 is #14465B. Grayscale: #C5C5C5. Windows color (decimal): -1328732 or 10795499. OLE color: 10795499.
HSL color Cylindrical-coordinate representation of color #EBB9A4: hue angle of 17.75º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBB9A4 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 164 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.08 |
| HSL | 17.75º | 0.64% | 0.78% | - |
| HSV(B) | 17.75º | 0.3% | 0.92% | - |
| XYZ | 58.31 | 55.04 | 42.67 | - |
| YUV | 197.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 164 | 0 | 0.21 | 0.30 | 0.08 | 17.75 | 0.64 | 0.78 |
| Hex | EB | B9 | A4 | 0 | 15 | 1E | 8 | 12 | 40 | 4E |
| Octal | 353 | 271 | 244 | 0 | 25 | 36 | 10 | 22 | 100 | 116 |
| Binary | 11101011 | 10111001 | 10100100 | 0 | 10101 | 11110 | 1000 | 10010 | 1000000 | 1001110 |
Color Harmonies of #EBB9A4
Complementary color
Monochromatic Colors of #EBB9A4
Black with #EBB9A4
Text Example
Text Example
White with #EBB9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB9A4; }
p { color: rgb(235,185,164); }
H1.HeaderClassName
{
color: #EBB9A4;
}
.AnyTagClassName
{
color: #EBB9A4;
}
</style>
background-color css
<style>
a { background-color: #EBB9A4; }
a { background-color: rgb(235,185,164); }
div.DivClassName
{
background-color: #EBB9A4;
}
.BgClassName
{
background-color: #EBB9A4;
}
</style>
border-color css
<style>
span { border-color: #EBB9A4; }
span { border-color: rgb(235,185,164); }
td.TdClassName
{
border-color: #EBB9A4;
}
.TagClassName
{
border-color: #EBB9A4;
}
</style>