Shades of Negroni #ECC1A1
Tints of Negroni #ECC1A1
RGB
CMYK
RGB Variations
Color information
#ECC1A1 (or 0xECC1A1) is known color: Negroni. HEX triplet: EC, C1 and A1. RGB value is (236,193,161). Sum of RGB (Red+Green+Blue) = 236+193+161=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1A1 is #133E5E. Grayscale: #CACACA. Windows color (decimal): -1261151 or 10600940. OLE color: 10600940.
HSL color Cylindrical-coordinate representation of color #ECC1A1: hue angle of 25.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 #ECC1A1 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 161 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.07 |
| HSL | 25.6º | 0.66% | 0.78% | - |
| HSV(B) | 25.6º | 0.32% | 0.93% | - |
| XYZ | 60.1 | 58.55 | 41.85 | - |
| YUV | 202.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 161 | 0 | 0.18 | 0.32 | 0.07 | 25.6 | 0.66 | 0.78 |
| Hex | EC | C1 | A1 | 0 | 12 | 20 | 7 | 1A | 42 | 4E |
| Octal | 354 | 301 | 241 | 0 | 22 | 40 | 7 | 32 | 102 | 116 |
| Binary | 11101100 | 11000001 | 10100001 | 0 | 10010 | 100000 | 111 | 11010 | 1000010 | 1001110 |
Color Harmonies of #ECC1A1
Complementary color
Monochromatic Colors of #ECC1A1
Black with #ECC1A1
Text Example
Text Example
White with #ECC1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1A1; }
p { color: rgb(236,193,161); }
H1.HeaderClassName
{
color: #ECC1A1;
}
.AnyTagClassName
{
color: #ECC1A1;
}
</style>
background-color css
<style>
a { background-color: #ECC1A1; }
a { background-color: rgb(236,193,161); }
div.DivClassName
{
background-color: #ECC1A1;
}
.BgClassName
{
background-color: #ECC1A1;
}
</style>
border-color css
<style>
span { border-color: #ECC1A1; }
span { border-color: rgb(236,193,161); }
td.TdClassName
{
border-color: #ECC1A1;
}
.TagClassName
{
border-color: #ECC1A1;
}
</style>