Shades of Wax Flower #EFB2A1
Tints of Wax Flower #EFB2A1
RGB
CMYK
RGB Variations
Color information
#EFB2A1 (or 0xEFB2A1) is known color: Wax Flower. HEX triplet: EF, B2 and A1. RGB value is (239,178,161). Sum of RGB (Red+Green+Blue) = 239+178+161=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB2A1 is #104D5E. Grayscale: #C2C2C2. Windows color (decimal): -1068383 or 10597103. OLE color: 10597103.
HSL color Cylindrical-coordinate representation of color #EFB2A1: hue angle of 13.08º 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 #EFB2A1 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 161 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.06 |
| HSL | 13.08º | 0.71% | 0.78% | - |
| HSV(B) | 13.08º | 0.33% | 0.94% | - |
| XYZ | 57.95 | 52.76 | 40.85 | - |
| YUV | 194.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 161 | 0 | 0.26 | 0.33 | 0.06 | 13.08 | 0.71 | 0.78 |
| Hex | EF | B2 | A1 | 0 | 1A | 21 | 6 | D | 47 | 4E |
| Octal | 357 | 262 | 241 | 0 | 32 | 41 | 6 | 15 | 107 | 116 |
| Binary | 11101111 | 10110010 | 10100001 | 0 | 11010 | 100001 | 110 | 1101 | 1000111 | 1001110 |
Color Harmonies of #EFB2A1
Complementary color
Monochromatic Colors of #EFB2A1
Black with #EFB2A1
Text Example
Text Example
White with #EFB2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2A1; }
p { color: rgb(239,178,161); }
H1.HeaderClassName
{
color: #EFB2A1;
}
.AnyTagClassName
{
color: #EFB2A1;
}
</style>
background-color css
<style>
a { background-color: #EFB2A1; }
a { background-color: rgb(239,178,161); }
div.DivClassName
{
background-color: #EFB2A1;
}
.BgClassName
{
background-color: #EFB2A1;
}
</style>
border-color css
<style>
span { border-color: #EFB2A1; }
span { border-color: rgb(239,178,161); }
td.TdClassName
{
border-color: #EFB2A1;
}
.TagClassName
{
border-color: #EFB2A1;
}
</style>