Shades of Wax Flower #EEB39C
Tints of Wax Flower #EEB39C
RGB
CMYK
RGB Variations
Color information
#EEB39C (or 0xEEB39C) is known color: Wax Flower. HEX triplet: EE, B3 and 9C. RGB value is (238,179,156). Sum of RGB (Red+Green+Blue) = 238+179+156=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB39C is #114C63. Grayscale: #C2C2C2. Windows color (decimal): -1133668 or 10269678. OLE color: 10269678.
HSL color Cylindrical-coordinate representation of color #EEB39C: hue angle of 16.83º 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 #EEB39C is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 156 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.07 |
| HSL | 16.83º | 0.71% | 0.77% | - |
| HSV(B) | 16.83º | 0.34% | 0.93% | - |
| XYZ | 57.38 | 52.82 | 38.62 | - |
| YUV | 194.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 156 | 0 | 0.25 | 0.34 | 0.07 | 16.83 | 0.71 | 0.77 |
| Hex | EE | B3 | 9C | 0 | 19 | 22 | 7 | 11 | 47 | 4D |
| Octal | 356 | 263 | 234 | 0 | 31 | 42 | 7 | 21 | 107 | 115 |
| Binary | 11101110 | 10110011 | 10011100 | 0 | 11001 | 100010 | 111 | 10001 | 1000111 | 1001101 |
Color Harmonies of #EEB39C
Complementary color
Monochromatic Colors of #EEB39C
Black with #EEB39C
Text Example
Text Example
White with #EEB39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB39C; }
p { color: rgb(238,179,156); }
H1.HeaderClassName
{
color: #EEB39C;
}
.AnyTagClassName
{
color: #EEB39C;
}
</style>
background-color css
<style>
a { background-color: #EEB39C; }
a { background-color: rgb(238,179,156); }
div.DivClassName
{
background-color: #EEB39C;
}
.BgClassName
{
background-color: #EEB39C;
}
</style>
border-color css
<style>
span { border-color: #EEB39C; }
span { border-color: rgb(238,179,156); }
td.TdClassName
{
border-color: #EEB39C;
}
.TagClassName
{
border-color: #EEB39C;
}
</style>