Shades of Wax Flower #ECB2A1
Tints of Wax Flower #ECB2A1
RGB
CMYK
RGB Variations
Color information
#ECB2A1 (or 0xECB2A1) is known color: Wax Flower. HEX triplet: EC, B2 and A1. RGB value is (236,178,161). Sum of RGB (Red+Green+Blue) = 236+178+161=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB2A1 is #134D5E. Grayscale: #C1C1C1. Windows color (decimal): -1264991 or 10597100. OLE color: 10597100.
HSL color Cylindrical-coordinate representation of color #ECB2A1: hue angle of 13.6º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECB2A1 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 178 | 161 | - |
CMYK | 0 | 0.25 | 0.32 | 0.07 |
HSL | 13.6º | 0.66% | 0.78% | - |
HSV(B) | 13.6º | 0.32% | 0.93% | - |
XYZ | 56.95 | 52.25 | 40.8 | - |
YUV | 193.4 | 109.72 | 158.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 178 | 161 | 0 | 0.25 | 0.32 | 0.07 | 13.6 | 0.66 | 0.78 |
Hex | EC | B2 | A1 | 0 | 19 | 20 | 7 | E | 42 | 4E |
Octal | 354 | 262 | 241 | 0 | 31 | 40 | 7 | 16 | 102 | 116 |
Binary | 11101100 | 10110010 | 10100001 | 0 | 11001 | 100000 | 111 | 1110 | 1000010 | 1001110 |
Color Harmonies of #ECB2A1
Complementary color
Monochromatic Colors of #ECB2A1
Black with #ECB2A1
Text Example
Text Example
White with #ECB2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2A1; }
p { color: rgb(236,178,161); }
H1.HeaderClassName
{
color: #ECB2A1;
}
.AnyTagClassName
{
color: #ECB2A1;
}
</style>
background-color css
<style>
a { background-color: #ECB2A1; }
a { background-color: rgb(236,178,161); }
div.DivClassName
{
background-color: #ECB2A1;
}
.BgClassName
{
background-color: #ECB2A1;
}
</style>
border-color css
<style>
span { border-color: #ECB2A1; }
span { border-color: rgb(236,178,161); }
td.TdClassName
{
border-color: #ECB2A1;
}
.TagClassName
{
border-color: #ECB2A1;
}
</style>