Shades of Negroni #ECC6A1
Tints of Negroni #ECC6A1
RGB
CMYK
RGB Variations
Color information
#ECC6A1 (or 0xECC6A1) is known color: Negroni. HEX triplet: EC, C6 and A1. RGB value is (236,198,161). Sum of RGB (Red+Green+Blue) = 236+198+161=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6A1 is #13395E. Grayscale: #CDCDCD. Windows color (decimal): -1259871 or 10602220. OLE color: 10602220.
HSL color Cylindrical-coordinate representation of color #ECC6A1: hue angle of 29.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 #ECC6A1 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 161 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.07 |
| HSL | 29.6º | 0.66% | 0.78% | - |
| HSV(B) | 29.6º | 0.32% | 0.93% | - |
| XYZ | 61.22 | 60.79 | 42.23 | - |
| YUV | 205.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 161 | 0 | 0.16 | 0.32 | 0.07 | 29.6 | 0.66 | 0.78 |
| Hex | EC | C6 | A1 | 0 | 10 | 20 | 7 | 1E | 42 | 4E |
| Octal | 354 | 306 | 241 | 0 | 20 | 40 | 7 | 36 | 102 | 116 |
| Binary | 11101100 | 11000110 | 10100001 | 0 | 10000 | 100000 | 111 | 11110 | 1000010 | 1001110 |
Color Harmonies of #ECC6A1
Complementary color
Monochromatic Colors of #ECC6A1
Black with #ECC6A1
Text Example
Text Example
White with #ECC6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6A1; }
p { color: rgb(236,198,161); }
H1.HeaderClassName
{
color: #ECC6A1;
}
.AnyTagClassName
{
color: #ECC6A1;
}
</style>
background-color css
<style>
a { background-color: #ECC6A1; }
a { background-color: rgb(236,198,161); }
div.DivClassName
{
background-color: #ECC6A1;
}
.BgClassName
{
background-color: #ECC6A1;
}
</style>
border-color css
<style>
span { border-color: #ECC6A1; }
span { border-color: rgb(236,198,161); }
td.TdClassName
{
border-color: #ECC6A1;
}
.TagClassName
{
border-color: #ECC6A1;
}
</style>