Shades of Wax Flower #EBB99E
Tints of Wax Flower #EBB99E
RGB
CMYK
RGB Variations
Color information
#EBB99E (or 0xEBB99E) is known color: Wax Flower. HEX triplet: EB, B9 and 9E. RGB value is (235,185,158). Sum of RGB (Red+Green+Blue) = 235+185+158=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB99E is #144661. Grayscale: #C5C5C5. Windows color (decimal): -1328738 or 10402283. OLE color: 10402283.
HSL color Cylindrical-coordinate representation of color #EBB99E: hue angle of 21.04º 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 #EBB99E is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 158 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.08 |
| HSL | 21.04º | 0.66% | 0.77% | - |
| HSV(B) | 21.04º | 0.33% | 0.92% | - |
| XYZ | 57.78 | 54.83 | 39.89 | - |
| YUV | 196.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 158 | 0 | 0.21 | 0.33 | 0.08 | 21.04 | 0.66 | 0.77 |
| Hex | EB | B9 | 9E | 0 | 15 | 21 | 8 | 15 | 42 | 4D |
| Octal | 353 | 271 | 236 | 0 | 25 | 41 | 10 | 25 | 102 | 115 |
| Binary | 11101011 | 10111001 | 10011110 | 0 | 10101 | 100001 | 1000 | 10101 | 1000010 | 1001101 |
Color Harmonies of #EBB99E
Complementary color
Monochromatic Colors of #EBB99E
Black with #EBB99E
Text Example
Text Example
White with #EBB99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB99E; }
p { color: rgb(235,185,158); }
H1.HeaderClassName
{
color: #EBB99E;
}
.AnyTagClassName
{
color: #EBB99E;
}
</style>
background-color css
<style>
a { background-color: #EBB99E; }
a { background-color: rgb(235,185,158); }
div.DivClassName
{
background-color: #EBB99E;
}
.BgClassName
{
background-color: #EBB99E;
}
</style>
border-color css
<style>
span { border-color: #EBB99E; }
span { border-color: rgb(235,185,158); }
td.TdClassName
{
border-color: #EBB99E;
}
.TagClassName
{
border-color: #EBB99E;
}
</style>