Shades of Wax Flower #ECB6A0
Tints of Wax Flower #ECB6A0
RGB
CMYK
RGB Variations
Color information
#ECB6A0 (or 0xECB6A0) is known color: Wax Flower. HEX triplet: EC, B6 and A0. RGB value is (236,182,160). Sum of RGB (Red+Green+Blue) = 236+182+160=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB6A0 is #13495F. Grayscale: #C3C3C3. Windows color (decimal): -1263968 or 10532588. OLE color: 10532588.
HSL color Cylindrical-coordinate representation of color #ECB6A0: hue angle of 17.37º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECB6A0 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 160 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.07 |
| HSL | 17.37º | 0.67% | 0.78% | - |
| HSV(B) | 17.37º | 0.32% | 0.93% | - |
| XYZ | 57.67 | 53.83 | 40.61 | - |
| YUV | 195.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 160 | 0 | 0.23 | 0.32 | 0.07 | 17.37 | 0.67 | 0.78 |
| Hex | EC | B6 | A0 | 0 | 17 | 20 | 7 | 11 | 43 | 4E |
| Octal | 354 | 266 | 240 | 0 | 27 | 40 | 7 | 21 | 103 | 116 |
| Binary | 11101100 | 10110110 | 10100000 | 0 | 10111 | 100000 | 111 | 10001 | 1000011 | 1001110 |
Color Harmonies of #ECB6A0
Complementary color
Monochromatic Colors of #ECB6A0
Black with #ECB6A0
Text Example
Text Example
White with #ECB6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6A0; }
p { color: rgb(236,182,160); }
H1.HeaderClassName
{
color: #ECB6A0;
}
.AnyTagClassName
{
color: #ECB6A0;
}
</style>
background-color css
<style>
a { background-color: #ECB6A0; }
a { background-color: rgb(236,182,160); }
div.DivClassName
{
background-color: #ECB6A0;
}
.BgClassName
{
background-color: #ECB6A0;
}
</style>
border-color css
<style>
span { border-color: #ECB6A0; }
span { border-color: rgb(236,182,160); }
td.TdClassName
{
border-color: #ECB6A0;
}
.TagClassName
{
border-color: #ECB6A0;
}
</style>