Shades of Negroni #ECC6A3
Tints of Negroni #ECC6A3
RGB
CMYK
RGB Variations
Color information
#ECC6A3 (or 0xECC6A3) is known color: Negroni. HEX triplet: EC, C6 and A3. RGB value is (236,198,163). Sum of RGB (Red+Green+Blue) = 236+198+163=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 163 (64.06% from 255 or 27.30% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6A3 is #13395C. Grayscale: #CDCDCD. Windows color (decimal): -1259869 or 10733292. OLE color: 10733292.
HSL color Cylindrical-coordinate representation of color #ECC6A3: hue angle of 28.77º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECC6A3 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 163 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.07 |
| HSL | 28.77º | 0.66% | 0.78% | - |
| HSV(B) | 28.77º | 0.31% | 0.93% | - |
| XYZ | 61.4 | 60.87 | 43.16 | - |
| YUV | 205.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 163 | 0 | 0.16 | 0.31 | 0.07 | 28.77 | 0.66 | 0.78 |
| Hex | EC | C6 | A3 | 0 | 10 | 1F | 7 | 1D | 42 | 4E |
| Octal | 354 | 306 | 243 | 0 | 20 | 37 | 7 | 35 | 102 | 116 |
| Binary | 11101100 | 11000110 | 10100011 | 0 | 10000 | 11111 | 111 | 11101 | 1000010 | 1001110 |
Color Harmonies of #ECC6A3
Complementary color
Monochromatic Colors of #ECC6A3
Black with #ECC6A3
Text Example
Text Example
White with #ECC6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6A3; }
p { color: rgb(236,198,163); }
H1.HeaderClassName
{
color: #ECC6A3;
}
.AnyTagClassName
{
color: #ECC6A3;
}
</style>
background-color css
<style>
a { background-color: #ECC6A3; }
a { background-color: rgb(236,198,163); }
div.DivClassName
{
background-color: #ECC6A3;
}
.BgClassName
{
background-color: #ECC6A3;
}
</style>
border-color css
<style>
span { border-color: #ECC6A3; }
span { border-color: rgb(236,198,163); }
td.TdClassName
{
border-color: #ECC6A3;
}
.TagClassName
{
border-color: #ECC6A3;
}
</style>