Shades of Wax Flower #ECA89A
Tints of Wax Flower #ECA89A
RGB
CMYK
RGB Variations
Color information
#ECA89A (or 0xECA89A) is known color: Wax Flower. HEX triplet: EC, A8 and 9A. RGB value is (236,168,154). Sum of RGB (Red+Green+Blue) = 236+168+154=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA89A is #135765. Grayscale: #BABABA. Windows color (decimal): -1267558 or 10135788. OLE color: 10135788.
HSL color Cylindrical-coordinate representation of color #ECA89A: hue angle of 10.24º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECA89A is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 154 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.07 |
| HSL | 10.24º | 0.68% | 0.76% | - |
| HSV(B) | 10.24º | 0.35% | 0.93% | - |
| XYZ | 54.43 | 48.17 | 37 | - |
| YUV | 186.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 154 | 0 | 0.29 | 0.35 | 0.07 | 10.24 | 0.68 | 0.76 |
| Hex | EC | A8 | 9A | 0 | 1D | 23 | 7 | A | 44 | 4C |
| Octal | 354 | 250 | 232 | 0 | 35 | 43 | 7 | 12 | 104 | 114 |
| Binary | 11101100 | 10101000 | 10011010 | 0 | 11101 | 100011 | 111 | 1010 | 1000100 | 1001100 |
Color Harmonies of #ECA89A
Complementary color
Monochromatic Colors of #ECA89A
Black with #ECA89A
Text Example
Text Example
White with #ECA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA89A; }
p { color: rgb(236,168,154); }
H1.HeaderClassName
{
color: #ECA89A;
}
.AnyTagClassName
{
color: #ECA89A;
}
</style>
background-color css
<style>
a { background-color: #ECA89A; }
a { background-color: rgb(236,168,154); }
div.DivClassName
{
background-color: #ECA89A;
}
.BgClassName
{
background-color: #ECA89A;
}
</style>
border-color css
<style>
span { border-color: #ECA89A; }
span { border-color: rgb(236,168,154); }
td.TdClassName
{
border-color: #ECA89A;
}
.TagClassName
{
border-color: #ECA89A;
}
</style>