Shades of Wax Flower #EBB094
Tints of Wax Flower #EBB094
RGB
CMYK
RGB Variations
Color information
#EBB094 (or 0xEBB094) is known color: Wax Flower. HEX triplet: EB, B0 and 94. RGB value is (235,176,148). Sum of RGB (Red+Green+Blue) = 235+176+148=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB094 is #144F6B. Grayscale: #BEBEBE. Windows color (decimal): -1331052 or 9744619. OLE color: 9744619.
HSL color Cylindrical-coordinate representation of color #EBB094: hue angle of 19.31º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBB094 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 148 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.08 |
| HSL | 19.31º | 0.69% | 0.75% | - |
| HSV(B) | 19.31º | 0.37% | 0.92% | - |
| XYZ | 55.13 | 50.85 | 34.93 | - |
| YUV | 190.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 148 | 0 | 0.25 | 0.37 | 0.08 | 19.31 | 0.69 | 0.75 |
| Hex | EB | B0 | 94 | 0 | 19 | 25 | 8 | 13 | 45 | 4B |
| Octal | 353 | 260 | 224 | 0 | 31 | 45 | 10 | 23 | 105 | 113 |
| Binary | 11101011 | 10110000 | 10010100 | 0 | 11001 | 100101 | 1000 | 10011 | 1000101 | 1001011 |
Color Harmonies of #EBB094
Complementary color
Monochromatic Colors of #EBB094
Black with #EBB094
Text Example
Text Example
White with #EBB094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB094; }
p { color: rgb(235,176,148); }
H1.HeaderClassName
{
color: #EBB094;
}
.AnyTagClassName
{
color: #EBB094;
}
</style>
background-color css
<style>
a { background-color: #EBB094; }
a { background-color: rgb(235,176,148); }
div.DivClassName
{
background-color: #EBB094;
}
.BgClassName
{
background-color: #EBB094;
}
</style>
border-color css
<style>
span { border-color: #EBB094; }
span { border-color: rgb(235,176,148); }
td.TdClassName
{
border-color: #EBB094;
}
.TagClassName
{
border-color: #EBB094;
}
</style>