Shades of Wax Flower #EFB69F
Tints of Wax Flower #EFB69F
RGB
CMYK
RGB Variations
Color information
#EFB69F (or 0xEFB69F) is known color: Wax Flower. HEX triplet: EF, B6 and 9F. RGB value is (239,182,159). Sum of RGB (Red+Green+Blue) = 239+182+159=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB69F is #104960. Grayscale: #C4C4C4. Windows color (decimal): -1067361 or 10467055. OLE color: 10467055.
HSL color Cylindrical-coordinate representation of color #EFB69F: hue angle of 17.25º 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 #EFB69F is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 159 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.06 |
| HSL | 17.25º | 0.71% | 0.78% | - |
| HSV(B) | 17.25º | 0.33% | 0.94% | - |
| XYZ | 58.58 | 54.31 | 40.2 | - |
| YUV | 196.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 159 | 0 | 0.24 | 0.33 | 0.06 | 17.25 | 0.71 | 0.78 |
| Hex | EF | B6 | 9F | 0 | 18 | 21 | 6 | 11 | 47 | 4E |
| Octal | 357 | 266 | 237 | 0 | 30 | 41 | 6 | 21 | 107 | 116 |
| Binary | 11101111 | 10110110 | 10011111 | 0 | 11000 | 100001 | 110 | 10001 | 1000111 | 1001110 |
Color Harmonies of #EFB69F
Complementary color
Monochromatic Colors of #EFB69F
Black with #EFB69F
Text Example
Text Example
White with #EFB69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB69F; }
p { color: rgb(239,182,159); }
H1.HeaderClassName
{
color: #EFB69F;
}
.AnyTagClassName
{
color: #EFB69F;
}
</style>
background-color css
<style>
a { background-color: #EFB69F; }
a { background-color: rgb(239,182,159); }
div.DivClassName
{
background-color: #EFB69F;
}
.BgClassName
{
background-color: #EFB69F;
}
</style>
border-color css
<style>
span { border-color: #EFB69F; }
span { border-color: rgb(239,182,159); }
td.TdClassName
{
border-color: #EFB69F;
}
.TagClassName
{
border-color: #EFB69F;
}
</style>