Shades of Wax Flower #EFB099
Tints of Wax Flower #EFB099
RGB
CMYK
RGB Variations
Color information
#EFB099 (or 0xEFB099) is known color: Wax Flower. HEX triplet: EF, B0 and 99. RGB value is (239,176,153). Sum of RGB (Red+Green+Blue) = 239+176+153=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB099 is #104F66. Grayscale: #C0C0C0. Windows color (decimal): -1068903 or 10072303. OLE color: 10072303.
HSL color Cylindrical-coordinate representation of color #EFB099: hue angle of 16.05º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFB099 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 153 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.06 |
| HSL | 16.05º | 0.73% | 0.77% | - |
| HSV(B) | 16.05º | 0.36% | 0.94% | - |
| XYZ | 56.87 | 51.7 | 37.12 | - |
| YUV | 192.22 | 105.87 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 153 | 0 | 0.26 | 0.36 | 0.06 | 16.05 | 0.73 | 0.77 |
| Hex | EF | B0 | 99 | 0 | 1A | 24 | 6 | 10 | 49 | 4D |
| Octal | 357 | 260 | 231 | 0 | 32 | 44 | 6 | 20 | 111 | 115 |
| Binary | 11101111 | 10110000 | 10011001 | 0 | 11010 | 100100 | 110 | 10000 | 1001001 | 1001101 |
Color Harmonies of #EFB099
Complementary color
Monochromatic Colors of #EFB099
Black with #EFB099
Text Example
Text Example
White with #EFB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB099; }
p { color: rgb(239,176,153); }
H1.HeaderClassName
{
color: #EFB099;
}
.AnyTagClassName
{
color: #EFB099;
}
</style>
background-color css
<style>
a { background-color: #EFB099; }
a { background-color: rgb(239,176,153); }
div.DivClassName
{
background-color: #EFB099;
}
.BgClassName
{
background-color: #EFB099;
}
</style>
border-color css
<style>
span { border-color: #EFB099; }
span { border-color: rgb(239,176,153); }
td.TdClassName
{
border-color: #EFB099;
}
.TagClassName
{
border-color: #EFB099;
}
</style>