Shades of Wax Flower #EFB39B
Tints of Wax Flower #EFB39B
RGB
CMYK
RGB Variations
Color information
#EFB39B (or 0xEFB39B) is known color: Wax Flower. HEX triplet: EF, B3 and 9B. RGB value is (239,179,155). Sum of RGB (Red+Green+Blue) = 239+179+155=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB39B is #104C64. Grayscale: #C2C2C2. Windows color (decimal): -1068133 or 10204143. OLE color: 10204143.
HSL color Cylindrical-coordinate representation of color #EFB39B: hue angle of 17.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFB39B is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 155 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.06 |
| HSL | 17.14º | 0.72% | 0.77% | - |
| HSV(B) | 17.14º | 0.35% | 0.94% | - |
| XYZ | 57.63 | 52.96 | 38.19 | - |
| YUV | 194.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 155 | 0 | 0.25 | 0.35 | 0.06 | 17.14 | 0.72 | 0.77 |
| Hex | EF | B3 | 9B | 0 | 19 | 23 | 6 | 11 | 48 | 4D |
| Octal | 357 | 263 | 233 | 0 | 31 | 43 | 6 | 21 | 110 | 115 |
| Binary | 11101111 | 10110011 | 10011011 | 0 | 11001 | 100011 | 110 | 10001 | 1001000 | 1001101 |
Color Harmonies of #EFB39B
Complementary color
Monochromatic Colors of #EFB39B
Black with #EFB39B
Text Example
Text Example
White with #EFB39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB39B; }
p { color: rgb(239,179,155); }
H1.HeaderClassName
{
color: #EFB39B;
}
.AnyTagClassName
{
color: #EFB39B;
}
</style>
background-color css
<style>
a { background-color: #EFB39B; }
a { background-color: rgb(239,179,155); }
div.DivClassName
{
background-color: #EFB39B;
}
.BgClassName
{
background-color: #EFB39B;
}
</style>
border-color css
<style>
span { border-color: #EFB39B; }
span { border-color: rgb(239,179,155); }
td.TdClassName
{
border-color: #EFB39B;
}
.TagClassName
{
border-color: #EFB39B;
}
</style>