Shades of Wax Flower #ECB79C
Tints of Wax Flower #ECB79C
RGB
CMYK
RGB Variations
Color information
#ECB79C (or 0xECB79C) is known color: Wax Flower. HEX triplet: EC, B7 and 9C. RGB value is (236,183,156). Sum of RGB (Red+Green+Blue) = 236+183+156=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB79C is #134863. Grayscale: #C3C3C3. Windows color (decimal): -1263716 or 10270700. OLE color: 10270700.
HSL color Cylindrical-coordinate representation of color #ECB79C: hue angle of 20.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECB79C is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 156 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.07 |
| HSL | 20.25º | 0.68% | 0.77% | - |
| HSV(B) | 20.25º | 0.34% | 0.93% | - |
| XYZ | 57.53 | 54.1 | 38.86 | - |
| YUV | 195.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 156 | 0 | 0.22 | 0.34 | 0.07 | 20.25 | 0.68 | 0.77 |
| Hex | EC | B7 | 9C | 0 | 16 | 22 | 7 | 14 | 44 | 4D |
| Octal | 354 | 267 | 234 | 0 | 26 | 42 | 7 | 24 | 104 | 115 |
| Binary | 11101100 | 10110111 | 10011100 | 0 | 10110 | 100010 | 111 | 10100 | 1000100 | 1001101 |
Color Harmonies of #ECB79C
Complementary color
Monochromatic Colors of #ECB79C
Black with #ECB79C
Text Example
Text Example
White with #ECB79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB79C; }
p { color: rgb(236,183,156); }
H1.HeaderClassName
{
color: #ECB79C;
}
.AnyTagClassName
{
color: #ECB79C;
}
</style>
background-color css
<style>
a { background-color: #ECB79C; }
a { background-color: rgb(236,183,156); }
div.DivClassName
{
background-color: #ECB79C;
}
.BgClassName
{
background-color: #ECB79C;
}
</style>
border-color css
<style>
span { border-color: #ECB79C; }
span { border-color: rgb(236,183,156); }
td.TdClassName
{
border-color: #ECB79C;
}
.TagClassName
{
border-color: #ECB79C;
}
</style>