Shades of Wax Flower #EFAE94
Tints of Wax Flower #EFAE94
RGB
CMYK
RGB Variations
Color information
#EFAE94 (or 0xEFAE94) is known color: Wax Flower. HEX triplet: EF, AE and 94. RGB value is (239,174,148). Sum of RGB (Red+Green+Blue) = 239+174+148=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE94 is #10516B. Grayscale: #BEBEBE. Windows color (decimal): -1069420 or 9744111. OLE color: 9744111.
HSL color Cylindrical-coordinate representation of color #EFAE94: hue angle of 17.14º 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 #EFAE94 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 148 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.06 |
| HSL | 17.14º | 0.74% | 0.76% | - |
| HSV(B) | 17.14º | 0.38% | 0.94% | - |
| XYZ | 56.08 | 50.76 | 34.86 | - |
| YUV | 190.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 148 | 0 | 0.27 | 0.38 | 0.06 | 17.14 | 0.74 | 0.76 |
| Hex | EF | AE | 94 | 0 | 1B | 26 | 6 | 11 | 4A | 4C |
| Octal | 357 | 256 | 224 | 0 | 33 | 46 | 6 | 21 | 112 | 114 |
| Binary | 11101111 | 10101110 | 10010100 | 0 | 11011 | 100110 | 110 | 10001 | 1001010 | 1001100 |
Color Harmonies of #EFAE94
Complementary color
Monochromatic Colors of #EFAE94
Black with #EFAE94
Text Example
Text Example
White with #EFAE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAE94; }
p { color: rgb(239,174,148); }
H1.HeaderClassName
{
color: #EFAE94;
}
.AnyTagClassName
{
color: #EFAE94;
}
</style>
background-color css
<style>
a { background-color: #EFAE94; }
a { background-color: rgb(239,174,148); }
div.DivClassName
{
background-color: #EFAE94;
}
.BgClassName
{
background-color: #EFAE94;
}
</style>
border-color css
<style>
span { border-color: #EFAE94; }
span { border-color: rgb(239,174,148); }
td.TdClassName
{
border-color: #EFAE94;
}
.TagClassName
{
border-color: #EFAE94;
}
</style>