Shades of Wax Flower #EFB2A3
Tints of Wax Flower #EFB2A3
RGB
CMYK
RGB Variations
Color information
#EFB2A3 (or 0xEFB2A3) is known color: Wax Flower. HEX triplet: EF, B2 and A3. RGB value is (239,178,163). Sum of RGB (Red+Green+Blue) = 239+178+163=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 163 (64.06% from 255 or 28.10% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB2A3 is #104D5C. Grayscale: #C2C2C2. Windows color (decimal): -1068381 or 10728175. OLE color: 10728175.
HSL color Cylindrical-coordinate representation of color #EFB2A3: hue angle of 11.84º 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 #EFB2A3 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 163 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.06 |
| HSL | 11.84º | 0.7% | 0.79% | - |
| HSV(B) | 11.84º | 0.32% | 0.94% | - |
| XYZ | 58.13 | 52.84 | 41.79 | - |
| YUV | 194.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 163 | 0 | 0.26 | 0.32 | 0.06 | 11.84 | 0.7 | 0.79 |
| Hex | EF | B2 | A3 | 0 | 1A | 20 | 6 | C | 46 | 4F |
| Octal | 357 | 262 | 243 | 0 | 32 | 40 | 6 | 14 | 106 | 117 |
| Binary | 11101111 | 10110010 | 10100011 | 0 | 11010 | 100000 | 110 | 1100 | 1000110 | 1001111 |
Color Harmonies of #EFB2A3
Complementary color
Monochromatic Colors of #EFB2A3
Black with #EFB2A3
Text Example
Text Example
White with #EFB2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2A3; }
p { color: rgb(239,178,163); }
H1.HeaderClassName
{
color: #EFB2A3;
}
.AnyTagClassName
{
color: #EFB2A3;
}
</style>
background-color css
<style>
a { background-color: #EFB2A3; }
a { background-color: rgb(239,178,163); }
div.DivClassName
{
background-color: #EFB2A3;
}
.BgClassName
{
background-color: #EFB2A3;
}
</style>
border-color css
<style>
span { border-color: #EFB2A3; }
span { border-color: rgb(239,178,163); }
td.TdClassName
{
border-color: #EFB2A3;
}
.TagClassName
{
border-color: #EFB2A3;
}
</style>