Shades of Wax Flower #EFB1A1
Tints of Wax Flower #EFB1A1
RGB
CMYK
RGB Variations
Color information
#EFB1A1 (or 0xEFB1A1) is known color: Wax Flower. HEX triplet: EF, B1 and A1. RGB value is (239,177,161). Sum of RGB (Red+Green+Blue) = 239+177+161=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB1A1 is #104E5E. Grayscale: #C1C1C1. Windows color (decimal): -1068639 or 10596847. OLE color: 10596847.
HSL color Cylindrical-coordinate representation of color #EFB1A1: hue angle of 12.31º 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 #EFB1A1 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 161 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.06 |
| HSL | 12.31º | 0.71% | 0.78% | - |
| HSV(B) | 12.31º | 0.33% | 0.94% | - |
| XYZ | 57.75 | 52.37 | 40.78 | - |
| YUV | 193.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 161 | 0 | 0.26 | 0.33 | 0.06 | 12.31 | 0.71 | 0.78 |
| Hex | EF | B1 | A1 | 0 | 1A | 21 | 6 | C | 47 | 4E |
| Octal | 357 | 261 | 241 | 0 | 32 | 41 | 6 | 14 | 107 | 116 |
| Binary | 11101111 | 10110001 | 10100001 | 0 | 11010 | 100001 | 110 | 1100 | 1000111 | 1001110 |
Color Harmonies of #EFB1A1
Complementary color
Monochromatic Colors of #EFB1A1
Black with #EFB1A1
Text Example
Text Example
White with #EFB1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1A1; }
p { color: rgb(239,177,161); }
H1.HeaderClassName
{
color: #EFB1A1;
}
.AnyTagClassName
{
color: #EFB1A1;
}
</style>
background-color css
<style>
a { background-color: #EFB1A1; }
a { background-color: rgb(239,177,161); }
div.DivClassName
{
background-color: #EFB1A1;
}
.BgClassName
{
background-color: #EFB1A1;
}
</style>
border-color css
<style>
span { border-color: #EFB1A1; }
span { border-color: rgb(239,177,161); }
td.TdClassName
{
border-color: #EFB1A1;
}
.TagClassName
{
border-color: #EFB1A1;
}
</style>