Shades of Wax Flower #EFB49C
Tints of Wax Flower #EFB49C
RGB
CMYK
RGB Variations
Color information
#EFB49C (or 0xEFB49C) is known color: Wax Flower. HEX triplet: EF, B4 and 9C. RGB value is (239,180,156). Sum of RGB (Red+Green+Blue) = 239+180+156=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB49C is #104B63. Grayscale: #C3C3C3. Windows color (decimal): -1067876 or 10269935. OLE color: 10269935.
HSL color Cylindrical-coordinate representation of color #EFB49C: hue angle of 17.35º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFB49C is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 156 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.06 |
| HSL | 17.35º | 0.72% | 0.77% | - |
| HSV(B) | 17.35º | 0.35% | 0.94% | - |
| XYZ | 57.92 | 53.39 | 38.71 | - |
| YUV | 194.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 156 | 0 | 0.25 | 0.35 | 0.06 | 17.35 | 0.72 | 0.77 |
| Hex | EF | B4 | 9C | 0 | 19 | 23 | 6 | 11 | 48 | 4D |
| Octal | 357 | 264 | 234 | 0 | 31 | 43 | 6 | 21 | 110 | 115 |
| Binary | 11101111 | 10110100 | 10011100 | 0 | 11001 | 100011 | 110 | 10001 | 1001000 | 1001101 |
Color Harmonies of #EFB49C
Complementary color
Monochromatic Colors of #EFB49C
Black with #EFB49C
Text Example
Text Example
White with #EFB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB49C; }
p { color: rgb(239,180,156); }
H1.HeaderClassName
{
color: #EFB49C;
}
.AnyTagClassName
{
color: #EFB49C;
}
</style>
background-color css
<style>
a { background-color: #EFB49C; }
a { background-color: rgb(239,180,156); }
div.DivClassName
{
background-color: #EFB49C;
}
.BgClassName
{
background-color: #EFB49C;
}
</style>
border-color css
<style>
span { border-color: #EFB49C; }
span { border-color: rgb(239,180,156); }
td.TdClassName
{
border-color: #EFB49C;
}
.TagClassName
{
border-color: #EFB49C;
}
</style>