Shades of Wax Flower #EFB5A3
Tints of Wax Flower #EFB5A3
RGB
CMYK
RGB Variations
Color information
#EFB5A3 (or 0xEFB5A3) is known color: Wax Flower. HEX triplet: EF, B5 and A3. RGB value is (239,181,163). Sum of RGB (Red+Green+Blue) = 239+181+163=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 163 (64.06% from 255 or 27.96% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5A3 is #104A5C. Grayscale: #C4C4C4. Windows color (decimal): -1067613 or 10728943. OLE color: 10728943.
HSL color Cylindrical-coordinate representation of color #EFB5A3: hue angle of 14.21º 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 #EFB5A3 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 163 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.06 |
| HSL | 14.21º | 0.7% | 0.79% | - |
| HSV(B) | 14.21º | 0.32% | 0.94% | - |
| XYZ | 58.73 | 54.04 | 41.99 | - |
| YUV | 196.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 163 | 0 | 0.24 | 0.32 | 0.06 | 14.21 | 0.7 | 0.79 |
| Hex | EF | B5 | A3 | 0 | 18 | 20 | 6 | E | 46 | 4F |
| Octal | 357 | 265 | 243 | 0 | 30 | 40 | 6 | 16 | 106 | 117 |
| Binary | 11101111 | 10110101 | 10100011 | 0 | 11000 | 100000 | 110 | 1110 | 1000110 | 1001111 |
Color Harmonies of #EFB5A3
Complementary color
Monochromatic Colors of #EFB5A3
Black with #EFB5A3
Text Example
Text Example
White with #EFB5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5A3; }
p { color: rgb(239,181,163); }
H1.HeaderClassName
{
color: #EFB5A3;
}
.AnyTagClassName
{
color: #EFB5A3;
}
</style>
background-color css
<style>
a { background-color: #EFB5A3; }
a { background-color: rgb(239,181,163); }
div.DivClassName
{
background-color: #EFB5A3;
}
.BgClassName
{
background-color: #EFB5A3;
}
</style>
border-color css
<style>
span { border-color: #EFB5A3; }
span { border-color: rgb(239,181,163); }
td.TdClassName
{
border-color: #EFB5A3;
}
.TagClassName
{
border-color: #EFB5A3;
}
</style>