Shades of Wax Flower #EEB09C
Tints of Wax Flower #EEB09C
RGB
CMYK
RGB Variations
Color information
#EEB09C (or 0xEEB09C) is known color: Wax Flower. HEX triplet: EE, B0 and 9C. RGB value is (238,176,156). Sum of RGB (Red+Green+Blue) = 238+176+156=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB09C is #114F63. Grayscale: #C0C0C0. Windows color (decimal): -1134436 or 10268910. OLE color: 10268910.
HSL color Cylindrical-coordinate representation of color #EEB09C: hue angle of 14.63º 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 #EEB09C is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 156 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.07 |
| HSL | 14.63º | 0.71% | 0.77% | - |
| HSV(B) | 14.63º | 0.34% | 0.93% | - |
| XYZ | 56.79 | 51.63 | 38.42 | - |
| YUV | 192.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 156 | 0 | 0.26 | 0.34 | 0.07 | 14.63 | 0.71 | 0.77 |
| Hex | EE | B0 | 9C | 0 | 1A | 22 | 7 | F | 47 | 4D |
| Octal | 356 | 260 | 234 | 0 | 32 | 42 | 7 | 17 | 107 | 115 |
| Binary | 11101110 | 10110000 | 10011100 | 0 | 11010 | 100010 | 111 | 1111 | 1000111 | 1001101 |
Color Harmonies of #EEB09C
Complementary color
Monochromatic Colors of #EEB09C
Black with #EEB09C
Text Example
Text Example
White with #EEB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB09C; }
p { color: rgb(238,176,156); }
H1.HeaderClassName
{
color: #EEB09C;
}
.AnyTagClassName
{
color: #EEB09C;
}
</style>
background-color css
<style>
a { background-color: #EEB09C; }
a { background-color: rgb(238,176,156); }
div.DivClassName
{
background-color: #EEB09C;
}
.BgClassName
{
background-color: #EEB09C;
}
</style>
border-color css
<style>
span { border-color: #EEB09C; }
span { border-color: rgb(238,176,156); }
td.TdClassName
{
border-color: #EEB09C;
}
.TagClassName
{
border-color: #EEB09C;
}
</style>