Shades of Wax Flower #EBB89D
Tints of Wax Flower #EBB89D
RGB
CMYK
RGB Variations
Color information
#EBB89D (or 0xEBB89D) is known color: Wax Flower. HEX triplet: EB, B8 and 9D. RGB value is (235,184,157). Sum of RGB (Red+Green+Blue) = 235+184+157=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB89D is #144762. Grayscale: #C4C4C4. Windows color (decimal): -1328995 or 10336491. OLE color: 10336491.
HSL color Cylindrical-coordinate representation of color #EBB89D: hue angle of 20.77º 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 #EBB89D is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 184 | 157 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.08 |
| HSL | 20.77º | 0.66% | 0.77% | - |
| HSV(B) | 20.77º | 0.33% | 0.92% | - |
| XYZ | 57.49 | 54.38 | 39.36 | - |
| YUV | 196.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 184 | 157 | 0 | 0.22 | 0.33 | 0.08 | 20.77 | 0.66 | 0.77 |
| Hex | EB | B8 | 9D | 0 | 16 | 21 | 8 | 15 | 42 | 4D |
| Octal | 353 | 270 | 235 | 0 | 26 | 41 | 10 | 25 | 102 | 115 |
| Binary | 11101011 | 10111000 | 10011101 | 0 | 10110 | 100001 | 1000 | 10101 | 1000010 | 1001101 |
Color Harmonies of #EBB89D
Complementary color
Monochromatic Colors of #EBB89D
Black with #EBB89D
Text Example
Text Example
White with #EBB89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB89D; }
p { color: rgb(235,184,157); }
H1.HeaderClassName
{
color: #EBB89D;
}
.AnyTagClassName
{
color: #EBB89D;
}
</style>
background-color css
<style>
a { background-color: #EBB89D; }
a { background-color: rgb(235,184,157); }
div.DivClassName
{
background-color: #EBB89D;
}
.BgClassName
{
background-color: #EBB89D;
}
</style>
border-color css
<style>
span { border-color: #EBB89D; }
span { border-color: rgb(235,184,157); }
td.TdClassName
{
border-color: #EBB89D;
}
.TagClassName
{
border-color: #EBB89D;
}
</style>