Shades of Wax Flower #ECB09B
Tints of Wax Flower #ECB09B
RGB
CMYK
RGB Variations
Color information
#ECB09B (or 0xECB09B) is known color: Wax Flower. HEX triplet: EC, B0 and 9B. RGB value is (236,176,155). Sum of RGB (Red+Green+Blue) = 236+176+155=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB09B is #134F64. Grayscale: #BFBFBF. Windows color (decimal): -1265509 or 10203372. OLE color: 10203372.
HSL color Cylindrical-coordinate representation of color #ECB09B: hue angle of 15.56º 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 #ECB09B is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 155 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.07 |
| HSL | 15.56º | 0.68% | 0.77% | - |
| HSV(B) | 15.56º | 0.34% | 0.93% | - |
| XYZ | 56.03 | 51.25 | 37.95 | - |
| YUV | 191.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 155 | 0 | 0.25 | 0.34 | 0.07 | 15.56 | 0.68 | 0.77 |
| Hex | EC | B0 | 9B | 0 | 19 | 22 | 7 | 10 | 44 | 4D |
| Octal | 354 | 260 | 233 | 0 | 31 | 42 | 7 | 20 | 104 | 115 |
| Binary | 11101100 | 10110000 | 10011011 | 0 | 11001 | 100010 | 111 | 10000 | 1000100 | 1001101 |
Color Harmonies of #ECB09B
Complementary color
Monochromatic Colors of #ECB09B
Black with #ECB09B
Text Example
Text Example
White with #ECB09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB09B; }
p { color: rgb(236,176,155); }
H1.HeaderClassName
{
color: #ECB09B;
}
.AnyTagClassName
{
color: #ECB09B;
}
</style>
background-color css
<style>
a { background-color: #ECB09B; }
a { background-color: rgb(236,176,155); }
div.DivClassName
{
background-color: #ECB09B;
}
.BgClassName
{
background-color: #ECB09B;
}
</style>
border-color css
<style>
span { border-color: #ECB09B; }
span { border-color: rgb(236,176,155); }
td.TdClassName
{
border-color: #ECB09B;
}
.TagClassName
{
border-color: #ECB09B;
}
</style>