Shades of Wax Flower #EEA795
Tints of Wax Flower #EEA795
RGB
CMYK
RGB Variations
Color information
#EEA795 (or 0xEEA795) is known color: Wax Flower. HEX triplet: EE, A7 and 95. RGB value is (238,167,149). Sum of RGB (Red+Green+Blue) = 238+167+149=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA795 is #11586A. Grayscale: #BABABA. Windows color (decimal): -1136747 or 9807854. OLE color: 9807854.
HSL color Cylindrical-coordinate representation of color #EEA795: hue angle of 12.13º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEA795 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 149 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.07 |
| HSL | 12.13º | 0.72% | 0.76% | - |
| HSV(B) | 12.13º | 0.37% | 0.93% | - |
| XYZ | 54.5 | 47.98 | 34.82 | - |
| YUV | 186.18 | 107.02 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 149 | 0 | 0.30 | 0.37 | 0.07 | 12.13 | 0.72 | 0.76 |
| Hex | EE | A7 | 95 | 0 | 1E | 25 | 7 | C | 48 | 4C |
| Octal | 356 | 247 | 225 | 0 | 36 | 45 | 7 | 14 | 110 | 114 |
| Binary | 11101110 | 10100111 | 10010101 | 0 | 11110 | 100101 | 111 | 1100 | 1001000 | 1001100 |
Color Harmonies of #EEA795
Complementary color
Monochromatic Colors of #EEA795
Black with #EEA795
Text Example
Text Example
White with #EEA795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA795; }
p { color: rgb(238,167,149); }
H1.HeaderClassName
{
color: #EEA795;
}
.AnyTagClassName
{
color: #EEA795;
}
</style>
background-color css
<style>
a { background-color: #EEA795; }
a { background-color: rgb(238,167,149); }
div.DivClassName
{
background-color: #EEA795;
}
.BgClassName
{
background-color: #EEA795;
}
</style>
border-color css
<style>
span { border-color: #EEA795; }
span { border-color: rgb(238,167,149); }
td.TdClassName
{
border-color: #EEA795;
}
.TagClassName
{
border-color: #EEA795;
}
</style>