Shades of Wax Flower #EFB8A0
Tints of Wax Flower #EFB8A0
RGB
CMYK
RGB Variations
Color information
#EFB8A0 (or 0xEFB8A0) is known color: Wax Flower. HEX triplet: EF, B8 and A0. RGB value is (239,184,160). Sum of RGB (Red+Green+Blue) = 239+184+160=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB8A0 is #10475F. Grayscale: #C5C5C5. Windows color (decimal): -1066848 or 10533103. OLE color: 10533103.
HSL color Cylindrical-coordinate representation of color #EFB8A0: hue angle of 18.23º 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 #EFB8A0 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 160 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.06 |
| HSL | 18.23º | 0.71% | 0.78% | - |
| HSV(B) | 18.23º | 0.33% | 0.94% | - |
| XYZ | 59.08 | 55.17 | 40.79 | - |
| YUV | 197.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 160 | 0 | 0.23 | 0.33 | 0.06 | 18.23 | 0.71 | 0.78 |
| Hex | EF | B8 | A0 | 0 | 17 | 21 | 6 | 12 | 47 | 4E |
| Octal | 357 | 270 | 240 | 0 | 27 | 41 | 6 | 22 | 107 | 116 |
| Binary | 11101111 | 10111000 | 10100000 | 0 | 10111 | 100001 | 110 | 10010 | 1000111 | 1001110 |
Color Harmonies of #EFB8A0
Complementary color
Monochromatic Colors of #EFB8A0
Black with #EFB8A0
Text Example
Text Example
White with #EFB8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8A0; }
p { color: rgb(239,184,160); }
H1.HeaderClassName
{
color: #EFB8A0;
}
.AnyTagClassName
{
color: #EFB8A0;
}
</style>
background-color css
<style>
a { background-color: #EFB8A0; }
a { background-color: rgb(239,184,160); }
div.DivClassName
{
background-color: #EFB8A0;
}
.BgClassName
{
background-color: #EFB8A0;
}
</style>
border-color css
<style>
span { border-color: #EFB8A0; }
span { border-color: rgb(239,184,160); }
td.TdClassName
{
border-color: #EFB8A0;
}
.TagClassName
{
border-color: #EFB8A0;
}
</style>