Shades of Wax Flower #EFA99D
Tints of Wax Flower #EFA99D
RGB
CMYK
RGB Variations
Color information
#EFA99D (or 0xEFA99D) is known color: Wax Flower. HEX triplet: EF, A9 and 9D. RGB value is (239,169,157). Sum of RGB (Red+Green+Blue) = 239+169+157=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA99D is #105662. Grayscale: #BCBCBC. Windows color (decimal): -1070691 or 10332655. OLE color: 10332655.
HSL color Cylindrical-coordinate representation of color #EFA99D: hue angle of 8.78º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFA99D is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 157 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.06 |
| HSL | 8.78º | 0.72% | 0.78% | - |
| HSV(B) | 8.78º | 0.34% | 0.94% | - |
| XYZ | 55.87 | 49.16 | 38.44 | - |
| YUV | 188.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 157 | 0 | 0.29 | 0.34 | 0.06 | 8.78 | 0.72 | 0.78 |
| Hex | EF | A9 | 9D | 0 | 1D | 22 | 6 | 9 | 48 | 4E |
| Octal | 357 | 251 | 235 | 0 | 35 | 42 | 6 | 11 | 110 | 116 |
| Binary | 11101111 | 10101001 | 10011101 | 0 | 11101 | 100010 | 110 | 1001 | 1001000 | 1001110 |
Color Harmonies of #EFA99D
Complementary color
Monochromatic Colors of #EFA99D
Black with #EFA99D
Text Example
Text Example
White with #EFA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA99D; }
p { color: rgb(239,169,157); }
H1.HeaderClassName
{
color: #EFA99D;
}
.AnyTagClassName
{
color: #EFA99D;
}
</style>
background-color css
<style>
a { background-color: #EFA99D; }
a { background-color: rgb(239,169,157); }
div.DivClassName
{
background-color: #EFA99D;
}
.BgClassName
{
background-color: #EFA99D;
}
</style>
border-color css
<style>
span { border-color: #EFA99D; }
span { border-color: rgb(239,169,157); }
td.TdClassName
{
border-color: #EFA99D;
}
.TagClassName
{
border-color: #EFA99D;
}
</style>