Shades of Wax Flower #EFBAA3
Tints of Wax Flower #EFBAA3
RGB
CMYK
RGB Variations
Color information
#EFBAA3 (or 0xEFBAA3) is known color: Wax Flower. HEX triplet: EF, BA and A3. RGB value is (239,186,163). Sum of RGB (Red+Green+Blue) = 239+186+163=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAA3 is #10455C. Grayscale: #C7C7C7. Windows color (decimal): -1066333 or 10730223. OLE color: 10730223.
HSL color Cylindrical-coordinate representation of color #EFBAA3: hue angle of 18.16º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFBAA3 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 163 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.06 |
| HSL | 18.16º | 0.7% | 0.79% | - |
| HSV(B) | 18.16º | 0.32% | 0.94% | - |
| XYZ | 59.77 | 56.11 | 42.33 | - |
| YUV | 199.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 163 | 0 | 0.22 | 0.32 | 0.06 | 18.16 | 0.7 | 0.79 |
| Hex | EF | BA | A3 | 0 | 16 | 20 | 6 | 12 | 46 | 4F |
| Octal | 357 | 272 | 243 | 0 | 26 | 40 | 6 | 22 | 106 | 117 |
| Binary | 11101111 | 10111010 | 10100011 | 0 | 10110 | 100000 | 110 | 10010 | 1000110 | 1001111 |
Color Harmonies of #EFBAA3
Complementary color
Monochromatic Colors of #EFBAA3
Black with #EFBAA3
Text Example
Text Example
White with #EFBAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBAA3; }
p { color: rgb(239,186,163); }
H1.HeaderClassName
{
color: #EFBAA3;
}
.AnyTagClassName
{
color: #EFBAA3;
}
</style>
background-color css
<style>
a { background-color: #EFBAA3; }
a { background-color: rgb(239,186,163); }
div.DivClassName
{
background-color: #EFBAA3;
}
.BgClassName
{
background-color: #EFBAA3;
}
</style>
border-color css
<style>
span { border-color: #EFBAA3; }
span { border-color: rgb(239,186,163); }
td.TdClassName
{
border-color: #EFBAA3;
}
.TagClassName
{
border-color: #EFBAA3;
}
</style>