Shades of Wax Flower #EEB49C
Tints of Wax Flower #EEB49C
RGB
CMYK
RGB Variations
Color information
#EEB49C (or 0xEEB49C) is known color: Wax Flower. HEX triplet: EE, B4 and 9C. RGB value is (238,180,156). Sum of RGB (Red+Green+Blue) = 238+180+156=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB49C is #114B63. Grayscale: #C2C2C2. Windows color (decimal): -1133412 or 10269934. OLE color: 10269934.
HSL color Cylindrical-coordinate representation of color #EEB49C: hue angle of 17.56º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEB49C is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 156 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.07 |
| HSL | 17.56º | 0.71% | 0.77% | - |
| HSV(B) | 17.56º | 0.34% | 0.93% | - |
| XYZ | 57.58 | 53.22 | 38.69 | - |
| YUV | 194.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 156 | 0 | 0.24 | 0.34 | 0.07 | 17.56 | 0.71 | 0.77 |
| Hex | EE | B4 | 9C | 0 | 18 | 22 | 7 | 12 | 47 | 4D |
| Octal | 356 | 264 | 234 | 0 | 30 | 42 | 7 | 22 | 107 | 115 |
| Binary | 11101110 | 10110100 | 10011100 | 0 | 11000 | 100010 | 111 | 10010 | 1000111 | 1001101 |
Color Harmonies of #EEB49C
Complementary color
Monochromatic Colors of #EEB49C
Black with #EEB49C
Text Example
Text Example
White with #EEB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB49C; }
p { color: rgb(238,180,156); }
H1.HeaderClassName
{
color: #EEB49C;
}
.AnyTagClassName
{
color: #EEB49C;
}
</style>
background-color css
<style>
a { background-color: #EEB49C; }
a { background-color: rgb(238,180,156); }
div.DivClassName
{
background-color: #EEB49C;
}
.BgClassName
{
background-color: #EEB49C;
}
</style>
border-color css
<style>
span { border-color: #EEB49C; }
span { border-color: rgb(238,180,156); }
td.TdClassName
{
border-color: #EEB49C;
}
.TagClassName
{
border-color: #EEB49C;
}
</style>