Shades of Wax Flower #ECB6A3
Tints of Wax Flower #ECB6A3
RGB
CMYK
RGB Variations
Color information
#ECB6A3 (or 0xECB6A3) is known color: Wax Flower. HEX triplet: EC, B6 and A3. RGB value is (236,182,163). Sum of RGB (Red+Green+Blue) = 236+182+163=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 163 (64.06% from 255 or 28.06% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB6A3 is #13495C. Grayscale: #C4C4C4. Windows color (decimal): -1263965 or 10729196. OLE color: 10729196.
HSL color Cylindrical-coordinate representation of color #ECB6A3: hue angle of 15.62º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECB6A3 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 163 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.07 |
| HSL | 15.62º | 0.66% | 0.78% | - |
| HSV(B) | 15.62º | 0.31% | 0.93% | - |
| XYZ | 57.93 | 53.93 | 42.01 | - |
| YUV | 195.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 163 | 0 | 0.23 | 0.31 | 0.07 | 15.62 | 0.66 | 0.78 |
| Hex | EC | B6 | A3 | 0 | 17 | 1F | 7 | 10 | 42 | 4E |
| Octal | 354 | 266 | 243 | 0 | 27 | 37 | 7 | 20 | 102 | 116 |
| Binary | 11101100 | 10110110 | 10100011 | 0 | 10111 | 11111 | 111 | 10000 | 1000010 | 1001110 |
Color Harmonies of #ECB6A3
Complementary color
Monochromatic Colors of #ECB6A3
Black with #ECB6A3
Text Example
Text Example
White with #ECB6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6A3; }
p { color: rgb(236,182,163); }
H1.HeaderClassName
{
color: #ECB6A3;
}
.AnyTagClassName
{
color: #ECB6A3;
}
</style>
background-color css
<style>
a { background-color: #ECB6A3; }
a { background-color: rgb(236,182,163); }
div.DivClassName
{
background-color: #ECB6A3;
}
.BgClassName
{
background-color: #ECB6A3;
}
</style>
border-color css
<style>
span { border-color: #ECB6A3; }
span { border-color: rgb(236,182,163); }
td.TdClassName
{
border-color: #ECB6A3;
}
.TagClassName
{
border-color: #ECB6A3;
}
</style>