Shades of Wax Flower #EFAE98
Tints of Wax Flower #EFAE98
RGB
CMYK
RGB Variations
Color information
#EFAE98 (or 0xEFAE98) is known color: Wax Flower. HEX triplet: EF, AE and 98. RGB value is (239,174,152). Sum of RGB (Red+Green+Blue) = 239+174+152=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE98 is #105167. Grayscale: #BFBFBF. Windows color (decimal): -1069416 or 10006255. OLE color: 10006255.
HSL color Cylindrical-coordinate representation of color #EFAE98: hue angle of 15.17º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFAE98 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 152 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.06 |
| HSL | 15.17º | 0.73% | 0.77% | - |
| HSV(B) | 15.17º | 0.36% | 0.94% | - |
| XYZ | 56.4 | 50.89 | 36.56 | - |
| YUV | 190.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 152 | 0 | 0.27 | 0.36 | 0.06 | 15.17 | 0.73 | 0.77 |
| Hex | EF | AE | 98 | 0 | 1B | 24 | 6 | F | 49 | 4D |
| Octal | 357 | 256 | 230 | 0 | 33 | 44 | 6 | 17 | 111 | 115 |
| Binary | 11101111 | 10101110 | 10011000 | 0 | 11011 | 100100 | 110 | 1111 | 1001001 | 1001101 |
Color Harmonies of #EFAE98
Complementary color
Monochromatic Colors of #EFAE98
Black with #EFAE98
Text Example
Text Example
White with #EFAE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAE98; }
p { color: rgb(239,174,152); }
H1.HeaderClassName
{
color: #EFAE98;
}
.AnyTagClassName
{
color: #EFAE98;
}
</style>
background-color css
<style>
a { background-color: #EFAE98; }
a { background-color: rgb(239,174,152); }
div.DivClassName
{
background-color: #EFAE98;
}
.BgClassName
{
background-color: #EFAE98;
}
</style>
border-color css
<style>
span { border-color: #EFAE98; }
span { border-color: rgb(239,174,152); }
td.TdClassName
{
border-color: #EFAE98;
}
.TagClassName
{
border-color: #EFAE98;
}
</style>