Shades of Wax Flower #EFB49A
Tints of Wax Flower #EFB49A
RGB
CMYK
RGB Variations
Color information
#EFB49A (or 0xEFB49A) is known color: Wax Flower. HEX triplet: EF, B4 and 9A. RGB value is (239,180,154). Sum of RGB (Red+Green+Blue) = 239+180+154=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB49A is #104B65. Grayscale: #C2C2C2. Windows color (decimal): -1067878 or 10138863. OLE color: 10138863.
HSL color Cylindrical-coordinate representation of color #EFB49A: hue angle of 18.35º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFB49A is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 154 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.06 |
| HSL | 18.35º | 0.73% | 0.77% | - |
| HSV(B) | 18.35º | 0.36% | 0.94% | - |
| XYZ | 57.75 | 53.33 | 37.82 | - |
| YUV | 194.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 154 | 0 | 0.25 | 0.36 | 0.06 | 18.35 | 0.73 | 0.77 |
| Hex | EF | B4 | 9A | 0 | 19 | 24 | 6 | 12 | 49 | 4D |
| Octal | 357 | 264 | 232 | 0 | 31 | 44 | 6 | 22 | 111 | 115 |
| Binary | 11101111 | 10110100 | 10011010 | 0 | 11001 | 100100 | 110 | 10010 | 1001001 | 1001101 |
Color Harmonies of #EFB49A
Complementary color
Monochromatic Colors of #EFB49A
Black with #EFB49A
Text Example
Text Example
White with #EFB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB49A; }
p { color: rgb(239,180,154); }
H1.HeaderClassName
{
color: #EFB49A;
}
.AnyTagClassName
{
color: #EFB49A;
}
</style>
background-color css
<style>
a { background-color: #EFB49A; }
a { background-color: rgb(239,180,154); }
div.DivClassName
{
background-color: #EFB49A;
}
.BgClassName
{
background-color: #EFB49A;
}
</style>
border-color css
<style>
span { border-color: #EFB49A; }
span { border-color: rgb(239,180,154); }
td.TdClassName
{
border-color: #EFB49A;
}
.TagClassName
{
border-color: #EFB49A;
}
</style>