Shades of Wax Flower #EFB097
Tints of Wax Flower #EFB097
RGB
CMYK
RGB Variations
Color information
#EFB097 (or 0xEFB097) is known color: Wax Flower. HEX triplet: EF, B0 and 97. RGB value is (239,176,151). Sum of RGB (Red+Green+Blue) = 239+176+151=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB097 is #104F68. Grayscale: #C0C0C0. Windows color (decimal): -1068905 or 9941231. OLE color: 9941231.
HSL color Cylindrical-coordinate representation of color #EFB097: hue angle of 17.05º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFB097 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 151 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.06 |
| HSL | 17.05º | 0.73% | 0.76% | - |
| HSV(B) | 17.05º | 0.37% | 0.94% | - |
| XYZ | 56.71 | 51.64 | 36.26 | - |
| YUV | 191.99 | 104.87 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 151 | 0 | 0.26 | 0.37 | 0.06 | 17.05 | 0.73 | 0.76 |
| Hex | EF | B0 | 97 | 0 | 1A | 25 | 6 | 11 | 49 | 4C |
| Octal | 357 | 260 | 227 | 0 | 32 | 45 | 6 | 21 | 111 | 114 |
| Binary | 11101111 | 10110000 | 10010111 | 0 | 11010 | 100101 | 110 | 10001 | 1001001 | 1001100 |
Color Harmonies of #EFB097
Complementary color
Monochromatic Colors of #EFB097
Black with #EFB097
Text Example
Text Example
White with #EFB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB097; }
p { color: rgb(239,176,151); }
H1.HeaderClassName
{
color: #EFB097;
}
.AnyTagClassName
{
color: #EFB097;
}
</style>
background-color css
<style>
a { background-color: #EFB097; }
a { background-color: rgb(239,176,151); }
div.DivClassName
{
background-color: #EFB097;
}
.BgClassName
{
background-color: #EFB097;
}
</style>
border-color css
<style>
span { border-color: #EFB097; }
span { border-color: rgb(239,176,151); }
td.TdClassName
{
border-color: #EFB097;
}
.TagClassName
{
border-color: #EFB097;
}
</style>