Shades of Wax Flower #EBA99A
Tints of Wax Flower #EBA99A
RGB
CMYK
RGB Variations
Color information
#EBA99A (or 0xEBA99A) is known color: Wax Flower. HEX triplet: EB, A9 and 9A. RGB value is (235,169,154). Sum of RGB (Red+Green+Blue) = 235+169+154=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA99A is #145665. Grayscale: #BBBBBB. Windows color (decimal): -1332838 or 10136043. OLE color: 10136043.
HSL color Cylindrical-coordinate representation of color #EBA99A: hue angle of 11.11º 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 #EBA99A is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 154 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.08 |
| HSL | 11.11º | 0.67% | 0.76% | - |
| HSV(B) | 11.11º | 0.34% | 0.92% | - |
| XYZ | 54.28 | 48.37 | 37.05 | - |
| YUV | 187.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 154 | 0 | 0.28 | 0.34 | 0.08 | 11.11 | 0.67 | 0.76 |
| Hex | EB | A9 | 9A | 0 | 1C | 22 | 8 | B | 43 | 4C |
| Octal | 353 | 251 | 232 | 0 | 34 | 42 | 10 | 13 | 103 | 114 |
| Binary | 11101011 | 10101001 | 10011010 | 0 | 11100 | 100010 | 1000 | 1011 | 1000011 | 1001100 |
Color Harmonies of #EBA99A
Complementary color
Monochromatic Colors of #EBA99A
Black with #EBA99A
Text Example
Text Example
White with #EBA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA99A; }
p { color: rgb(235,169,154); }
H1.HeaderClassName
{
color: #EBA99A;
}
.AnyTagClassName
{
color: #EBA99A;
}
</style>
background-color css
<style>
a { background-color: #EBA99A; }
a { background-color: rgb(235,169,154); }
div.DivClassName
{
background-color: #EBA99A;
}
.BgClassName
{
background-color: #EBA99A;
}
</style>
border-color css
<style>
span { border-color: #EBA99A; }
span { border-color: rgb(235,169,154); }
td.TdClassName
{
border-color: #EBA99A;
}
.TagClassName
{
border-color: #EBA99A;
}
</style>