Shades of Wax Flower #EFB4A1
Tints of Wax Flower #EFB4A1
RGB
CMYK
RGB Variations
Color information
#EFB4A1 (or 0xEFB4A1) is known color: Wax Flower. HEX triplet: EF, B4 and A1. RGB value is (239,180,161). Sum of RGB (Red+Green+Blue) = 239+180+161=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB4A1 is #104B5E. Grayscale: #C3C3C3. Windows color (decimal): -1067871 or 10597615. OLE color: 10597615.
HSL color Cylindrical-coordinate representation of color #EFB4A1: hue angle of 14.62º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFB4A1 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 161 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.06 |
| HSL | 14.62º | 0.71% | 0.78% | - |
| HSV(B) | 14.62º | 0.33% | 0.94% | - |
| XYZ | 58.35 | 53.57 | 40.98 | - |
| YUV | 195.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 161 | 0 | 0.25 | 0.33 | 0.06 | 14.62 | 0.71 | 0.78 |
| Hex | EF | B4 | A1 | 0 | 19 | 21 | 6 | F | 47 | 4E |
| Octal | 357 | 264 | 241 | 0 | 31 | 41 | 6 | 17 | 107 | 116 |
| Binary | 11101111 | 10110100 | 10100001 | 0 | 11001 | 100001 | 110 | 1111 | 1000111 | 1001110 |
Color Harmonies of #EFB4A1
Complementary color
Monochromatic Colors of #EFB4A1
Black with #EFB4A1
Text Example
Text Example
White with #EFB4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4A1; }
p { color: rgb(239,180,161); }
H1.HeaderClassName
{
color: #EFB4A1;
}
.AnyTagClassName
{
color: #EFB4A1;
}
</style>
background-color css
<style>
a { background-color: #EFB4A1; }
a { background-color: rgb(239,180,161); }
div.DivClassName
{
background-color: #EFB4A1;
}
.BgClassName
{
background-color: #EFB4A1;
}
</style>
border-color css
<style>
span { border-color: #EFB4A1; }
span { border-color: rgb(239,180,161); }
td.TdClassName
{
border-color: #EFB4A1;
}
.TagClassName
{
border-color: #EFB4A1;
}
</style>