Shades of Wax Flower #EBAB90
Tints of Wax Flower #EBAB90
RGB
CMYK
RGB Variations
Color information
#EBAB90 (or 0xEBAB90) is known color: Wax Flower. HEX triplet: EB, AB and 90. RGB value is (235,171,144). Sum of RGB (Red+Green+Blue) = 235+171+144=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAB90 is #14546F. Grayscale: #BBBBBB. Windows color (decimal): -1332336 or 9481195. OLE color: 9481195.
HSL color Cylindrical-coordinate representation of color #EBAB90: hue angle of 17.8º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBAB90 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 144 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.08 |
| HSL | 17.8º | 0.69% | 0.74% | - |
| HSV(B) | 17.8º | 0.39% | 0.92% | - |
| XYZ | 53.86 | 48.8 | 32.97 | - |
| YUV | 187.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 144 | 0 | 0.27 | 0.39 | 0.08 | 17.8 | 0.69 | 0.74 |
| Hex | EB | AB | 90 | 0 | 1B | 27 | 8 | 12 | 45 | 4A |
| Octal | 353 | 253 | 220 | 0 | 33 | 47 | 10 | 22 | 105 | 112 |
| Binary | 11101011 | 10101011 | 10010000 | 0 | 11011 | 100111 | 1000 | 10010 | 1000101 | 1001010 |
Color Harmonies of #EBAB90
Complementary color
Monochromatic Colors of #EBAB90
Black with #EBAB90
Text Example
Text Example
White with #EBAB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAB90; }
p { color: rgb(235,171,144); }
H1.HeaderClassName
{
color: #EBAB90;
}
.AnyTagClassName
{
color: #EBAB90;
}
</style>
background-color css
<style>
a { background-color: #EBAB90; }
a { background-color: rgb(235,171,144); }
div.DivClassName
{
background-color: #EBAB90;
}
.BgClassName
{
background-color: #EBAB90;
}
</style>
border-color css
<style>
span { border-color: #EBAB90; }
span { border-color: rgb(235,171,144); }
td.TdClassName
{
border-color: #EBAB90;
}
.TagClassName
{
border-color: #EBAB90;
}
</style>