Shades of Wax Flower #EBA99D
Tints of Wax Flower #EBA99D
RGB
CMYK
RGB Variations
Color information
#EBA99D (or 0xEBA99D) is known color: Wax Flower. HEX triplet: EB, A9 and 9D. RGB value is (235,169,157). Sum of RGB (Red+Green+Blue) = 235+169+157=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA99D is #145662. Grayscale: #BBBBBB. Windows color (decimal): -1332835 or 10332651. OLE color: 10332651.
HSL color Cylindrical-coordinate representation of color #EBA99D: hue angle of 9.23º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA99D is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 157 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.08 |
| HSL | 9.23º | 0.66% | 0.77% | - |
| HSV(B) | 9.23º | 0.33% | 0.92% | - |
| XYZ | 54.53 | 48.47 | 38.38 | - |
| YUV | 187.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 157 | 0 | 0.28 | 0.33 | 0.08 | 9.23 | 0.66 | 0.77 |
| Hex | EB | A9 | 9D | 0 | 1C | 21 | 8 | 9 | 42 | 4D |
| Octal | 353 | 251 | 235 | 0 | 34 | 41 | 10 | 11 | 102 | 115 |
| Binary | 11101011 | 10101001 | 10011101 | 0 | 11100 | 100001 | 1000 | 1001 | 1000010 | 1001101 |
Color Harmonies of #EBA99D
Complementary color
Monochromatic Colors of #EBA99D
Black with #EBA99D
Text Example
Text Example
White with #EBA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA99D; }
p { color: rgb(235,169,157); }
H1.HeaderClassName
{
color: #EBA99D;
}
.AnyTagClassName
{
color: #EBA99D;
}
</style>
background-color css
<style>
a { background-color: #EBA99D; }
a { background-color: rgb(235,169,157); }
div.DivClassName
{
background-color: #EBA99D;
}
.BgClassName
{
background-color: #EBA99D;
}
</style>
border-color css
<style>
span { border-color: #EBA99D; }
span { border-color: rgb(235,169,157); }
td.TdClassName
{
border-color: #EBA99D;
}
.TagClassName
{
border-color: #EBA99D;
}
</style>