Shades of Wax Flower #ECA89B
Tints of Wax Flower #ECA89B
RGB
CMYK
RGB Variations
Color information
#ECA89B (or 0xECA89B) is known color: Wax Flower. HEX triplet: EC, A8 and 9B. RGB value is (236,168,155). Sum of RGB (Red+Green+Blue) = 236+168+155=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA89B is #135764. Grayscale: #BABABA. Windows color (decimal): -1267557 or 10201324. OLE color: 10201324.
HSL color Cylindrical-coordinate representation of color #ECA89B: hue angle of 9.63º 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 #ECA89B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 155 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.07 |
| HSL | 9.63º | 0.68% | 0.77% | - |
| HSV(B) | 9.63º | 0.34% | 0.93% | - |
| XYZ | 54.51 | 48.2 | 37.44 | - |
| YUV | 186.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 155 | 0 | 0.29 | 0.34 | 0.07 | 9.63 | 0.68 | 0.77 |
| Hex | EC | A8 | 9B | 0 | 1D | 22 | 7 | A | 44 | 4D |
| Octal | 354 | 250 | 233 | 0 | 35 | 42 | 7 | 12 | 104 | 115 |
| Binary | 11101100 | 10101000 | 10011011 | 0 | 11101 | 100010 | 111 | 1010 | 1000100 | 1001101 |
Color Harmonies of #ECA89B
Complementary color
Monochromatic Colors of #ECA89B
Black with #ECA89B
Text Example
Text Example
White with #ECA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA89B; }
p { color: rgb(236,168,155); }
H1.HeaderClassName
{
color: #ECA89B;
}
.AnyTagClassName
{
color: #ECA89B;
}
</style>
background-color css
<style>
a { background-color: #ECA89B; }
a { background-color: rgb(236,168,155); }
div.DivClassName
{
background-color: #ECA89B;
}
.BgClassName
{
background-color: #ECA89B;
}
</style>
border-color css
<style>
span { border-color: #ECA89B; }
span { border-color: rgb(236,168,155); }
td.TdClassName
{
border-color: #ECA89B;
}
.TagClassName
{
border-color: #ECA89B;
}
</style>