Shades of Wax Flower #EFB0A3
Tints of Wax Flower #EFB0A3
RGB
CMYK
RGB Variations
Color information
#EFB0A3 (or 0xEFB0A3) is known color: Wax Flower. HEX triplet: EF, B0 and A3. RGB value is (239,176,163). Sum of RGB (Red+Green+Blue) = 239+176+163=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 163 (64.06% from 255 or 28.20% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0A3 is #104F5C. Grayscale: #C1C1C1. Windows color (decimal): -1068893 or 10727663. OLE color: 10727663.
HSL color Cylindrical-coordinate representation of color #EFB0A3: hue angle of 10.26º 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 #EFB0A3 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 163 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.06 |
| HSL | 10.26º | 0.7% | 0.79% | - |
| HSV(B) | 10.26º | 0.32% | 0.94% | - |
| XYZ | 57.73 | 52.05 | 41.65 | - |
| YUV | 193.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 163 | 0 | 0.26 | 0.32 | 0.06 | 10.26 | 0.7 | 0.79 |
| Hex | EF | B0 | A3 | 0 | 1A | 20 | 6 | A | 46 | 4F |
| Octal | 357 | 260 | 243 | 0 | 32 | 40 | 6 | 12 | 106 | 117 |
| Binary | 11101111 | 10110000 | 10100011 | 0 | 11010 | 100000 | 110 | 1010 | 1000110 | 1001111 |
Color Harmonies of #EFB0A3
Complementary color
Monochromatic Colors of #EFB0A3
Black with #EFB0A3
Text Example
Text Example
White with #EFB0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0A3; }
p { color: rgb(239,176,163); }
H1.HeaderClassName
{
color: #EFB0A3;
}
.AnyTagClassName
{
color: #EFB0A3;
}
</style>
background-color css
<style>
a { background-color: #EFB0A3; }
a { background-color: rgb(239,176,163); }
div.DivClassName
{
background-color: #EFB0A3;
}
.BgClassName
{
background-color: #EFB0A3;
}
</style>
border-color css
<style>
span { border-color: #EFB0A3; }
span { border-color: rgb(239,176,163); }
td.TdClassName
{
border-color: #EFB0A3;
}
.TagClassName
{
border-color: #EFB0A3;
}
</style>