Shades of Wax Flower #EFADA1
Tints of Wax Flower #EFADA1
RGB
CMYK
RGB Variations
Color information
#EFADA1 (or 0xEFADA1) is known color: Wax Flower. HEX triplet: EF, AD and A1. RGB value is (239,173,161). Sum of RGB (Red+Green+Blue) = 239+173+161=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFADA1 is #10525E. Grayscale: #BFBFBF. Windows color (decimal): -1069663 or 10595823. OLE color: 10595823.
HSL color Cylindrical-coordinate representation of color #EFADA1: hue angle of 9.23º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFADA1 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 161 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.06 |
| HSL | 9.23º | 0.71% | 0.78% | - |
| HSV(B) | 9.23º | 0.33% | 0.94% | - |
| XYZ | 56.97 | 50.81 | 40.52 | - |
| YUV | 191.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 161 | 0 | 0.28 | 0.33 | 0.06 | 9.23 | 0.71 | 0.78 |
| Hex | EF | AD | A1 | 0 | 1C | 21 | 6 | 9 | 47 | 4E |
| Octal | 357 | 255 | 241 | 0 | 34 | 41 | 6 | 11 | 107 | 116 |
| Binary | 11101111 | 10101101 | 10100001 | 0 | 11100 | 100001 | 110 | 1001 | 1000111 | 1001110 |
Color Harmonies of #EFADA1
Complementary color
Monochromatic Colors of #EFADA1
Black with #EFADA1
Text Example
Text Example
White with #EFADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADA1; }
p { color: rgb(239,173,161); }
H1.HeaderClassName
{
color: #EFADA1;
}
.AnyTagClassName
{
color: #EFADA1;
}
</style>
background-color css
<style>
a { background-color: #EFADA1; }
a { background-color: rgb(239,173,161); }
div.DivClassName
{
background-color: #EFADA1;
}
.BgClassName
{
background-color: #EFADA1;
}
</style>
border-color css
<style>
span { border-color: #EFADA1; }
span { border-color: rgb(239,173,161); }
td.TdClassName
{
border-color: #EFADA1;
}
.TagClassName
{
border-color: #EFADA1;
}
</style>