Shades of Wax Flower #ECB49C
Tints of Wax Flower #ECB49C
RGB
CMYK
RGB Variations
Color information
#ECB49C (or 0xECB49C) is known color: Wax Flower. HEX triplet: EC, B4 and 9C. RGB value is (236,180,156). Sum of RGB (Red+Green+Blue) = 236+180+156=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB49C is #134B63. Grayscale: #C2C2C2. Windows color (decimal): -1264484 or 10269932. OLE color: 10269932.
HSL color Cylindrical-coordinate representation of color #ECB49C: hue angle of 18º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECB49C is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 156 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.07 |
| HSL | 18º | 0.68% | 0.77% | - |
| HSV(B) | 18º | 0.34% | 0.93% | - |
| XYZ | 56.91 | 52.88 | 38.66 | - |
| YUV | 194.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 156 | 0 | 0.24 | 0.34 | 0.07 | 18 | 0.68 | 0.77 |
| Hex | EC | B4 | 9C | 0 | 18 | 22 | 7 | 12 | 44 | 4D |
| Octal | 354 | 264 | 234 | 0 | 30 | 42 | 7 | 22 | 104 | 115 |
| Binary | 11101100 | 10110100 | 10011100 | 0 | 11000 | 100010 | 111 | 10010 | 1000100 | 1001101 |
Color Harmonies of #ECB49C
Complementary color
Monochromatic Colors of #ECB49C
Black with #ECB49C
Text Example
Text Example
White with #ECB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB49C; }
p { color: rgb(236,180,156); }
H1.HeaderClassName
{
color: #ECB49C;
}
.AnyTagClassName
{
color: #ECB49C;
}
</style>
background-color css
<style>
a { background-color: #ECB49C; }
a { background-color: rgb(236,180,156); }
div.DivClassName
{
background-color: #ECB49C;
}
.BgClassName
{
background-color: #ECB49C;
}
</style>
border-color css
<style>
span { border-color: #ECB49C; }
span { border-color: rgb(236,180,156); }
td.TdClassName
{
border-color: #ECB49C;
}
.TagClassName
{
border-color: #ECB49C;
}
</style>