Shades of Wax Flower #ECB39B
Tints of Wax Flower #ECB39B
RGB
CMYK
RGB Variations
Color information
#ECB39B (or 0xECB39B) is known color: Wax Flower. HEX triplet: EC, B3 and 9B. RGB value is (236,179,155). Sum of RGB (Red+Green+Blue) = 236+179+155=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB39B is #134C64. Grayscale: #C1C1C1. Windows color (decimal): -1264741 or 10204140. OLE color: 10204140.
HSL color Cylindrical-coordinate representation of color #ECB39B: hue angle of 17.78º 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 #ECB39B is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 155 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.07 |
| HSL | 17.78º | 0.68% | 0.77% | - |
| HSV(B) | 17.78º | 0.34% | 0.93% | - |
| XYZ | 56.63 | 52.44 | 38.15 | - |
| YUV | 193.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 155 | 0 | 0.24 | 0.34 | 0.07 | 17.78 | 0.68 | 0.77 |
| Hex | EC | B3 | 9B | 0 | 18 | 22 | 7 | 12 | 44 | 4D |
| Octal | 354 | 263 | 233 | 0 | 30 | 42 | 7 | 22 | 104 | 115 |
| Binary | 11101100 | 10110011 | 10011011 | 0 | 11000 | 100010 | 111 | 10010 | 1000100 | 1001101 |
Color Harmonies of #ECB39B
Complementary color
Monochromatic Colors of #ECB39B
Black with #ECB39B
Text Example
Text Example
White with #ECB39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB39B; }
p { color: rgb(236,179,155); }
H1.HeaderClassName
{
color: #ECB39B;
}
.AnyTagClassName
{
color: #ECB39B;
}
</style>
background-color css
<style>
a { background-color: #ECB39B; }
a { background-color: rgb(236,179,155); }
div.DivClassName
{
background-color: #ECB39B;
}
.BgClassName
{
background-color: #ECB39B;
}
</style>
border-color css
<style>
span { border-color: #ECB39B; }
span { border-color: rgb(236,179,155); }
td.TdClassName
{
border-color: #ECB39B;
}
.TagClassName
{
border-color: #ECB39B;
}
</style>