Shades of Negroni #ECC9A3
Tints of Negroni #ECC9A3
RGB
CMYK
RGB Variations
Color information
#ECC9A3 (or 0xECC9A3) is known color: Negroni. HEX triplet: EC, C9 and A3. RGB value is (236,201,163). Sum of RGB (Red+Green+Blue) = 236+201+163=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 163 (64.06% from 255 or 27.17% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC9A3 is #13365C. Grayscale: #CFCFCF. Windows color (decimal): -1259101 or 10734060. OLE color: 10734060.
HSL color Cylindrical-coordinate representation of color #ECC9A3: hue angle of 31.23º 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 #ECC9A3 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 163 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.07 |
| HSL | 31.23º | 0.66% | 0.78% | - |
| HSV(B) | 31.23º | 0.31% | 0.93% | - |
| XYZ | 62.09 | 62.25 | 43.39 | - |
| YUV | 207.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 163 | 0 | 0.15 | 0.31 | 0.07 | 31.23 | 0.66 | 0.78 |
| Hex | EC | C9 | A3 | 0 | F | 1F | 7 | 1F | 42 | 4E |
| Octal | 354 | 311 | 243 | 0 | 17 | 37 | 7 | 37 | 102 | 116 |
| Binary | 11101100 | 11001001 | 10100011 | 0 | 1111 | 11111 | 111 | 11111 | 1000010 | 1001110 |
Color Harmonies of #ECC9A3
Complementary color
Monochromatic Colors of #ECC9A3
Black with #ECC9A3
Text Example
Text Example
White with #ECC9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9A3; }
p { color: rgb(236,201,163); }
H1.HeaderClassName
{
color: #ECC9A3;
}
.AnyTagClassName
{
color: #ECC9A3;
}
</style>
background-color css
<style>
a { background-color: #ECC9A3; }
a { background-color: rgb(236,201,163); }
div.DivClassName
{
background-color: #ECC9A3;
}
.BgClassName
{
background-color: #ECC9A3;
}
</style>
border-color css
<style>
span { border-color: #ECC9A3; }
span { border-color: rgb(236,201,163); }
td.TdClassName
{
border-color: #ECC9A3;
}
.TagClassName
{
border-color: #ECC9A3;
}
</style>