Shades of Negroni #ECC2A6
Tints of Negroni #ECC2A6
RGB
CMYK
RGB Variations
Color information
#ECC2A6 (or 0xECC2A6) is known color: Negroni. HEX triplet: EC, C2 and A6. RGB value is (236,194,166). Sum of RGB (Red+Green+Blue) = 236+194+166=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 166 (65.23% from 255 or 27.85% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC2A6 is #133D59. Grayscale: #CBCBCB. Windows color (decimal): -1260890 or 10928876. OLE color: 10928876.
HSL color Cylindrical-coordinate representation of color #ECC2A6: hue angle of 24º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECC2A6 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 166 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.07 |
| HSL | 24º | 0.65% | 0.79% | - |
| HSV(B) | 24º | 0.3% | 0.93% | - |
| XYZ | 60.77 | 59.17 | 44.29 | - |
| YUV | 203.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 166 | 0 | 0.18 | 0.30 | 0.07 | 24 | 0.65 | 0.79 |
| Hex | EC | C2 | A6 | 0 | 12 | 1E | 7 | 18 | 41 | 4F |
| Octal | 354 | 302 | 246 | 0 | 22 | 36 | 7 | 30 | 101 | 117 |
| Binary | 11101100 | 11000010 | 10100110 | 0 | 10010 | 11110 | 111 | 11000 | 1000001 | 1001111 |
Color Harmonies of #ECC2A6
Complementary color
Monochromatic Colors of #ECC2A6
Black with #ECC2A6
Text Example
Text Example
White with #ECC2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2A6; }
p { color: rgb(236,194,166); }
H1.HeaderClassName
{
color: #ECC2A6;
}
.AnyTagClassName
{
color: #ECC2A6;
}
</style>
background-color css
<style>
a { background-color: #ECC2A6; }
a { background-color: rgb(236,194,166); }
div.DivClassName
{
background-color: #ECC2A6;
}
.BgClassName
{
background-color: #ECC2A6;
}
</style>
border-color css
<style>
span { border-color: #ECC2A6; }
span { border-color: rgb(236,194,166); }
td.TdClassName
{
border-color: #ECC2A6;
}
.TagClassName
{
border-color: #ECC2A6;
}
</style>