Shades of Wax Flower #EBB598
Tints of Wax Flower #EBB598
RGB
CMYK
RGB Variations
Color information
#EBB598 (or 0xEBB598) is known color: Wax Flower. HEX triplet: EB, B5 and 98. RGB value is (235,181,152). Sum of RGB (Red+Green+Blue) = 235+181+152=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB598 is #144A67. Grayscale: #C2C2C2. Windows color (decimal): -1329768 or 10008043. OLE color: 10008043.
HSL color Cylindrical-coordinate representation of color #EBB598: hue angle of 20.96º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBB598 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 152 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.08 |
| HSL | 20.96º | 0.67% | 0.76% | - |
| HSV(B) | 20.96º | 0.35% | 0.92% | - |
| XYZ | 56.45 | 52.98 | 36.96 | - |
| YUV | 193.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 152 | 0 | 0.23 | 0.35 | 0.08 | 20.96 | 0.67 | 0.76 |
| Hex | EB | B5 | 98 | 0 | 17 | 23 | 8 | 15 | 43 | 4C |
| Octal | 353 | 265 | 230 | 0 | 27 | 43 | 10 | 25 | 103 | 114 |
| Binary | 11101011 | 10110101 | 10011000 | 0 | 10111 | 100011 | 1000 | 10101 | 1000011 | 1001100 |
Color Harmonies of #EBB598
Complementary color
Monochromatic Colors of #EBB598
Black with #EBB598
Text Example
Text Example
White with #EBB598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB598; }
p { color: rgb(235,181,152); }
H1.HeaderClassName
{
color: #EBB598;
}
.AnyTagClassName
{
color: #EBB598;
}
</style>
background-color css
<style>
a { background-color: #EBB598; }
a { background-color: rgb(235,181,152); }
div.DivClassName
{
background-color: #EBB598;
}
.BgClassName
{
background-color: #EBB598;
}
</style>
border-color css
<style>
span { border-color: #EBB598; }
span { border-color: rgb(235,181,152); }
td.TdClassName
{
border-color: #EBB598;
}
.TagClassName
{
border-color: #EBB598;
}
</style>