Shades of Wax Flower #ECB7A0
Tints of Wax Flower #ECB7A0
RGB
CMYK
RGB Variations
Color information
#ECB7A0 (or 0xECB7A0) is known color: Wax Flower. HEX triplet: EC, B7 and A0. RGB value is (236,183,160). Sum of RGB (Red+Green+Blue) = 236+183+160=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB7A0 is #13485F. Grayscale: #C4C4C4. Windows color (decimal): -1263712 or 10532844. OLE color: 10532844.
HSL color Cylindrical-coordinate representation of color #ECB7A0: hue angle of 18.16º 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 #ECB7A0 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 183 | 160 | - |
CMYK | 0 | 0.22 | 0.32 | 0.07 |
HSL | 18.16º | 0.67% | 0.78% | - |
HSV(B) | 18.16º | 0.32% | 0.93% | - |
XYZ | 57.87 | 54.24 | 40.68 | - |
YUV | 196.23 | 107.56 | 156.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 183 | 160 | 0 | 0.22 | 0.32 | 0.07 | 18.16 | 0.67 | 0.78 |
Hex | EC | B7 | A0 | 0 | 16 | 20 | 7 | 12 | 43 | 4E |
Octal | 354 | 267 | 240 | 0 | 26 | 40 | 7 | 22 | 103 | 116 |
Binary | 11101100 | 10110111 | 10100000 | 0 | 10110 | 100000 | 111 | 10010 | 1000011 | 1001110 |
Color Harmonies of #ECB7A0
Complementary color
Monochromatic Colors of #ECB7A0
Black with #ECB7A0
Text Example
Text Example
White with #ECB7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7A0; }
p { color: rgb(236,183,160); }
H1.HeaderClassName
{
color: #ECB7A0;
}
.AnyTagClassName
{
color: #ECB7A0;
}
</style>
background-color css
<style>
a { background-color: #ECB7A0; }
a { background-color: rgb(236,183,160); }
div.DivClassName
{
background-color: #ECB7A0;
}
.BgClassName
{
background-color: #ECB7A0;
}
</style>
border-color css
<style>
span { border-color: #ECB7A0; }
span { border-color: rgb(236,183,160); }
td.TdClassName
{
border-color: #ECB7A0;
}
.TagClassName
{
border-color: #ECB7A0;
}
</style>