Shades of Wax Flower #EEB39D
Tints of Wax Flower #EEB39D
RGB
CMYK
RGB Variations
Color information
#EEB39D (or 0xEEB39D) is known color: Wax Flower. HEX triplet: EE, B3 and 9D. RGB value is (238,179,157). Sum of RGB (Red+Green+Blue) = 238+179+157=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB39D is #114C62. Grayscale: #C2C2C2. Windows color (decimal): -1133667 or 10335214. OLE color: 10335214.
HSL color Cylindrical-coordinate representation of color #EEB39D: hue angle of 16.3º degrees, saturation: 0.7, 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 #EEB39D is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 157 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.07 |
| HSL | 16.3º | 0.7% | 0.77% | - |
| HSV(B) | 16.3º | 0.34% | 0.93% | - |
| XYZ | 57.47 | 52.85 | 39.07 | - |
| YUV | 194.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 157 | 0 | 0.25 | 0.34 | 0.07 | 16.3 | 0.7 | 0.77 |
| Hex | EE | B3 | 9D | 0 | 19 | 22 | 7 | 10 | 46 | 4D |
| Octal | 356 | 263 | 235 | 0 | 31 | 42 | 7 | 20 | 106 | 115 |
| Binary | 11101110 | 10110011 | 10011101 | 0 | 11001 | 100010 | 111 | 10000 | 1000110 | 1001101 |
Color Harmonies of #EEB39D
Complementary color
Monochromatic Colors of #EEB39D
Black with #EEB39D
Text Example
Text Example
White with #EEB39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB39D; }
p { color: rgb(238,179,157); }
H1.HeaderClassName
{
color: #EEB39D;
}
.AnyTagClassName
{
color: #EEB39D;
}
</style>
background-color css
<style>
a { background-color: #EEB39D; }
a { background-color: rgb(238,179,157); }
div.DivClassName
{
background-color: #EEB39D;
}
.BgClassName
{
background-color: #EEB39D;
}
</style>
border-color css
<style>
span { border-color: #EEB39D; }
span { border-color: rgb(238,179,157); }
td.TdClassName
{
border-color: #EEB39D;
}
.TagClassName
{
border-color: #EEB39D;
}
</style>