Shades of Wax Flower #EFB4A0
Tints of Wax Flower #EFB4A0
RGB
CMYK
RGB Variations
Color information
#EFB4A0 (or 0xEFB4A0) is known color: Wax Flower. HEX triplet: EF, B4 and A0. RGB value is (239,180,160). Sum of RGB (Red+Green+Blue) = 239+180+160=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB4A0 is #104B5F. Grayscale: #C3C3C3. Windows color (decimal): -1067872 or 10532079. OLE color: 10532079.
HSL color Cylindrical-coordinate representation of color #EFB4A0: hue angle of 15.19º 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 #EFB4A0 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 160 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.06 |
| HSL | 15.19º | 0.71% | 0.78% | - |
| HSV(B) | 15.19º | 0.33% | 0.94% | - |
| XYZ | 58.26 | 53.53 | 40.52 | - |
| YUV | 195.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 160 | 0 | 0.25 | 0.33 | 0.06 | 15.19 | 0.71 | 0.78 |
| Hex | EF | B4 | A0 | 0 | 19 | 21 | 6 | F | 47 | 4E |
| Octal | 357 | 264 | 240 | 0 | 31 | 41 | 6 | 17 | 107 | 116 |
| Binary | 11101111 | 10110100 | 10100000 | 0 | 11001 | 100001 | 110 | 1111 | 1000111 | 1001110 |
Color Harmonies of #EFB4A0
Complementary color
Monochromatic Colors of #EFB4A0
Black with #EFB4A0
Text Example
Text Example
White with #EFB4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4A0; }
p { color: rgb(239,180,160); }
H1.HeaderClassName
{
color: #EFB4A0;
}
.AnyTagClassName
{
color: #EFB4A0;
}
</style>
background-color css
<style>
a { background-color: #EFB4A0; }
a { background-color: rgb(239,180,160); }
div.DivClassName
{
background-color: #EFB4A0;
}
.BgClassName
{
background-color: #EFB4A0;
}
</style>
border-color css
<style>
span { border-color: #EFB4A0; }
span { border-color: rgb(239,180,160); }
td.TdClassName
{
border-color: #EFB4A0;
}
.TagClassName
{
border-color: #EFB4A0;
}
</style>