Shades of Wax Flower #ECB69C
Tints of Wax Flower #ECB69C
RGB
CMYK
RGB Variations
Color information
#ECB69C (or 0xECB69C) is known color: Wax Flower. HEX triplet: EC, B6 and 9C. RGB value is (236,182,156). Sum of RGB (Red+Green+Blue) = 236+182+156=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB69C is #134963. Grayscale: #C3C3C3. Windows color (decimal): -1263972 or 10270444. OLE color: 10270444.
HSL color Cylindrical-coordinate representation of color #ECB69C: hue angle of 19.5º 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 #ECB69C is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 156 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.07 |
| HSL | 19.5º | 0.68% | 0.77% | - |
| HSV(B) | 19.5º | 0.34% | 0.93% | - |
| XYZ | 57.32 | 53.69 | 38.79 | - |
| YUV | 195.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 156 | 0 | 0.23 | 0.34 | 0.07 | 19.5 | 0.68 | 0.77 |
| Hex | EC | B6 | 9C | 0 | 17 | 22 | 7 | 14 | 44 | 4D |
| Octal | 354 | 266 | 234 | 0 | 27 | 42 | 7 | 24 | 104 | 115 |
| Binary | 11101100 | 10110110 | 10011100 | 0 | 10111 | 100010 | 111 | 10100 | 1000100 | 1001101 |
Color Harmonies of #ECB69C
Complementary color
Monochromatic Colors of #ECB69C
Black with #ECB69C
Text Example
Text Example
White with #ECB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB69C; }
p { color: rgb(236,182,156); }
H1.HeaderClassName
{
color: #ECB69C;
}
.AnyTagClassName
{
color: #ECB69C;
}
</style>
background-color css
<style>
a { background-color: #ECB69C; }
a { background-color: rgb(236,182,156); }
div.DivClassName
{
background-color: #ECB69C;
}
.BgClassName
{
background-color: #ECB69C;
}
</style>
border-color css
<style>
span { border-color: #ECB69C; }
span { border-color: rgb(236,182,156); }
td.TdClassName
{
border-color: #ECB69C;
}
.TagClassName
{
border-color: #ECB69C;
}
</style>