Shades of Wax Flower #EFB69C
Tints of Wax Flower #EFB69C
RGB
CMYK
RGB Variations
Color information
#EFB69C (or 0xEFB69C) is known color: Wax Flower. HEX triplet: EF, B6 and 9C. RGB value is (239,182,156). Sum of RGB (Red+Green+Blue) = 239+182+156=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB69C is #104963. Grayscale: #C4C4C4. Windows color (decimal): -1067364 or 10270447. OLE color: 10270447.
HSL color Cylindrical-coordinate representation of color #EFB69C: hue angle of 18.8º 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 #EFB69C is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 156 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.06 |
| HSL | 18.8º | 0.72% | 0.77% | - |
| HSV(B) | 18.8º | 0.35% | 0.94% | - |
| XYZ | 58.33 | 54.21 | 38.84 | - |
| YUV | 196.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 156 | 0 | 0.24 | 0.35 | 0.06 | 18.8 | 0.72 | 0.77 |
| Hex | EF | B6 | 9C | 0 | 18 | 23 | 6 | 13 | 48 | 4D |
| Octal | 357 | 266 | 234 | 0 | 30 | 43 | 6 | 23 | 110 | 115 |
| Binary | 11101111 | 10110110 | 10011100 | 0 | 11000 | 100011 | 110 | 10011 | 1001000 | 1001101 |
Color Harmonies of #EFB69C
Complementary color
Monochromatic Colors of #EFB69C
Black with #EFB69C
Text Example
Text Example
White with #EFB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB69C; }
p { color: rgb(239,182,156); }
H1.HeaderClassName
{
color: #EFB69C;
}
.AnyTagClassName
{
color: #EFB69C;
}
</style>
background-color css
<style>
a { background-color: #EFB69C; }
a { background-color: rgb(239,182,156); }
div.DivClassName
{
background-color: #EFB69C;
}
.BgClassName
{
background-color: #EFB69C;
}
</style>
border-color css
<style>
span { border-color: #EFB69C; }
span { border-color: rgb(239,182,156); }
td.TdClassName
{
border-color: #EFB69C;
}
.TagClassName
{
border-color: #EFB69C;
}
</style>