Shades of Wax Flower #EEB299
Tints of Wax Flower #EEB299
RGB
CMYK
RGB Variations
Color information
#EEB299 (or 0xEEB299) is known color: Wax Flower. HEX triplet: EE, B2 and 99. RGB value is (238,178,153). Sum of RGB (Red+Green+Blue) = 238+178+153=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB299 is #114D66. Grayscale: #C1C1C1. Windows color (decimal): -1133927 or 10072814. OLE color: 10072814.
HSL color Cylindrical-coordinate representation of color #EEB299: hue angle of 17.65º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEB299 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 153 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.07 |
| HSL | 17.65º | 0.71% | 0.77% | - |
| HSV(B) | 17.65º | 0.36% | 0.93% | - |
| XYZ | 56.93 | 52.32 | 37.23 | - |
| YUV | 193.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 153 | 0 | 0.25 | 0.36 | 0.07 | 17.65 | 0.71 | 0.77 |
| Hex | EE | B2 | 99 | 0 | 19 | 24 | 7 | 12 | 47 | 4D |
| Octal | 356 | 262 | 231 | 0 | 31 | 44 | 7 | 22 | 107 | 115 |
| Binary | 11101110 | 10110010 | 10011001 | 0 | 11001 | 100100 | 111 | 10010 | 1000111 | 1001101 |
Color Harmonies of #EEB299
Complementary color
Monochromatic Colors of #EEB299
Black with #EEB299
Text Example
Text Example
White with #EEB299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB299; }
p { color: rgb(238,178,153); }
H1.HeaderClassName
{
color: #EEB299;
}
.AnyTagClassName
{
color: #EEB299;
}
</style>
background-color css
<style>
a { background-color: #EEB299; }
a { background-color: rgb(238,178,153); }
div.DivClassName
{
background-color: #EEB299;
}
.BgClassName
{
background-color: #EEB299;
}
</style>
border-color css
<style>
span { border-color: #EEB299; }
span { border-color: rgb(238,178,153); }
td.TdClassName
{
border-color: #EEB299;
}
.TagClassName
{
border-color: #EEB299;
}
</style>