Shades of Wax Flower #ECAC8F
Tints of Wax Flower #ECAC8F
RGB
CMYK
RGB Variations
Color information
#ECAC8F (or 0xECAC8F) is known color: Wax Flower. HEX triplet: EC, AC and 8F. RGB value is (236,172,143). Sum of RGB (Red+Green+Blue) = 236+172+143=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAC8F is #135370. Grayscale: #BCBCBC. Windows color (decimal): -1266545 or 9415916. OLE color: 9415916.
HSL color Cylindrical-coordinate representation of color #ECAC8F: hue angle of 18.71º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECAC8F is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 143 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.07 |
| HSL | 18.71º | 0.71% | 0.74% | - |
| HSV(B) | 18.71º | 0.39% | 0.93% | - |
| XYZ | 54.3 | 49.32 | 32.64 | - |
| YUV | 187.83 | 102.7 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 143 | 0 | 0.27 | 0.39 | 0.07 | 18.71 | 0.71 | 0.74 |
| Hex | EC | AC | 8F | 0 | 1B | 27 | 7 | 13 | 47 | 4A |
| Octal | 354 | 254 | 217 | 0 | 33 | 47 | 7 | 23 | 107 | 112 |
| Binary | 11101100 | 10101100 | 10001111 | 0 | 11011 | 100111 | 111 | 10011 | 1000111 | 1001010 |
Color Harmonies of #ECAC8F
Complementary color
Monochromatic Colors of #ECAC8F
Black with #ECAC8F
Text Example
Text Example
White with #ECAC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC8F; }
p { color: rgb(236,172,143); }
H1.HeaderClassName
{
color: #ECAC8F;
}
.AnyTagClassName
{
color: #ECAC8F;
}
</style>
background-color css
<style>
a { background-color: #ECAC8F; }
a { background-color: rgb(236,172,143); }
div.DivClassName
{
background-color: #ECAC8F;
}
.BgClassName
{
background-color: #ECAC8F;
}
</style>
border-color css
<style>
span { border-color: #ECAC8F; }
span { border-color: rgb(236,172,143); }
td.TdClassName
{
border-color: #ECAC8F;
}
.TagClassName
{
border-color: #ECAC8F;
}
</style>