Shades of Wax Flower #ECAC9D
Tints of Wax Flower #ECAC9D
RGB
CMYK
RGB Variations
Color information
#ECAC9D (or 0xECAC9D) is known color: Wax Flower. HEX triplet: EC, AC and 9D. RGB value is (236,172,157). Sum of RGB (Red+Green+Blue) = 236+172+157=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAC9D is #135362. Grayscale: #BDBDBD. Windows color (decimal): -1266531 or 10333420. OLE color: 10333420.
HSL color Cylindrical-coordinate representation of color #ECAC9D: hue angle of 11.39º 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 #ECAC9D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 157 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.07 |
| HSL | 11.39º | 0.68% | 0.77% | - |
| HSV(B) | 11.39º | 0.33% | 0.93% | - |
| XYZ | 55.43 | 49.77 | 38.58 | - |
| YUV | 189.43 | 109.7 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 157 | 0 | 0.27 | 0.33 | 0.07 | 11.39 | 0.68 | 0.77 |
| Hex | EC | AC | 9D | 0 | 1B | 21 | 7 | B | 44 | 4D |
| Octal | 354 | 254 | 235 | 0 | 33 | 41 | 7 | 13 | 104 | 115 |
| Binary | 11101100 | 10101100 | 10011101 | 0 | 11011 | 100001 | 111 | 1011 | 1000100 | 1001101 |
Color Harmonies of #ECAC9D
Complementary color
Monochromatic Colors of #ECAC9D
Black with #ECAC9D
Text Example
Text Example
White with #ECAC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC9D; }
p { color: rgb(236,172,157); }
H1.HeaderClassName
{
color: #ECAC9D;
}
.AnyTagClassName
{
color: #ECAC9D;
}
</style>
background-color css
<style>
a { background-color: #ECAC9D; }
a { background-color: rgb(236,172,157); }
div.DivClassName
{
background-color: #ECAC9D;
}
.BgClassName
{
background-color: #ECAC9D;
}
</style>
border-color css
<style>
span { border-color: #ECAC9D; }
span { border-color: rgb(236,172,157); }
td.TdClassName
{
border-color: #ECAC9D;
}
.TagClassName
{
border-color: #ECAC9D;
}
</style>