Shades of Wax Flower #ECB79D
Tints of Wax Flower #ECB79D
RGB
CMYK
RGB Variations
Color information
#ECB79D (or 0xECB79D) is known color: Wax Flower. HEX triplet: EC, B7 and 9D. RGB value is (236,183,157). Sum of RGB (Red+Green+Blue) = 236+183+157=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB79D is #134862. Grayscale: #C4C4C4. Windows color (decimal): -1263715 or 10336236. OLE color: 10336236.
HSL color Cylindrical-coordinate representation of color #ECB79D: hue angle of 19.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECB79D is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 157 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.07 |
| HSL | 19.75º | 0.68% | 0.77% | - |
| HSV(B) | 19.75º | 0.33% | 0.93% | - |
| XYZ | 57.61 | 54.13 | 39.31 | - |
| YUV | 195.88 | 106.06 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 157 | 0 | 0.22 | 0.33 | 0.07 | 19.75 | 0.68 | 0.77 |
| Hex | EC | B7 | 9D | 0 | 16 | 21 | 7 | 14 | 44 | 4D |
| Octal | 354 | 267 | 235 | 0 | 26 | 41 | 7 | 24 | 104 | 115 |
| Binary | 11101100 | 10110111 | 10011101 | 0 | 10110 | 100001 | 111 | 10100 | 1000100 | 1001101 |
Color Harmonies of #ECB79D
Complementary color
Monochromatic Colors of #ECB79D
Black with #ECB79D
Text Example
Text Example
White with #ECB79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB79D; }
p { color: rgb(236,183,157); }
H1.HeaderClassName
{
color: #ECB79D;
}
.AnyTagClassName
{
color: #ECB79D;
}
</style>
background-color css
<style>
a { background-color: #ECB79D; }
a { background-color: rgb(236,183,157); }
div.DivClassName
{
background-color: #ECB79D;
}
.BgClassName
{
background-color: #ECB79D;
}
</style>
border-color css
<style>
span { border-color: #ECB79D; }
span { border-color: rgb(236,183,157); }
td.TdClassName
{
border-color: #ECB79D;
}
.TagClassName
{
border-color: #ECB79D;
}
</style>