Shades of Wax Flower #EFAA94
Tints of Wax Flower #EFAA94
RGB
CMYK
RGB Variations
Color information
#EFAA94 (or 0xEFAA94) is known color: Wax Flower. HEX triplet: EF, AA and 94. RGB value is (239,170,148). Sum of RGB (Red+Green+Blue) = 239+170+148=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA94 is #10556B. Grayscale: #BCBCBC. Windows color (decimal): -1070444 or 9743087. OLE color: 9743087.
HSL color Cylindrical-coordinate representation of color #EFAA94: hue angle of 14.51º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFAA94 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 148 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.06 |
| HSL | 14.51º | 0.74% | 0.76% | - |
| HSV(B) | 14.51º | 0.38% | 0.94% | - |
| XYZ | 55.32 | 49.24 | 34.61 | - |
| YUV | 188.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 148 | 0 | 0.29 | 0.38 | 0.06 | 14.51 | 0.74 | 0.76 |
| Hex | EF | AA | 94 | 0 | 1D | 26 | 6 | F | 4A | 4C |
| Octal | 357 | 252 | 224 | 0 | 35 | 46 | 6 | 17 | 112 | 114 |
| Binary | 11101111 | 10101010 | 10010100 | 0 | 11101 | 100110 | 110 | 1111 | 1001010 | 1001100 |
Color Harmonies of #EFAA94
Complementary color
Monochromatic Colors of #EFAA94
Black with #EFAA94
Text Example
Text Example
White with #EFAA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA94; }
p { color: rgb(239,170,148); }
H1.HeaderClassName
{
color: #EFAA94;
}
.AnyTagClassName
{
color: #EFAA94;
}
</style>
background-color css
<style>
a { background-color: #EFAA94; }
a { background-color: rgb(239,170,148); }
div.DivClassName
{
background-color: #EFAA94;
}
.BgClassName
{
background-color: #EFAA94;
}
</style>
border-color css
<style>
span { border-color: #EFAA94; }
span { border-color: rgb(239,170,148); }
td.TdClassName
{
border-color: #EFAA94;
}
.TagClassName
{
border-color: #EFAA94;
}
</style>