Shades of Negroni #ECC9A9
Tints of Negroni #ECC9A9
RGB
CMYK
RGB Variations
Color information
#ECC9A9 (or 0xECC9A9) is known color: Negroni. HEX triplet: EC, C9 and A9. RGB value is (236,201,169). Sum of RGB (Red+Green+Blue) = 236+201+169=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 169 (66.41% from 255 or 27.89% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC9A9 is #133656. Grayscale: #CFCFCF. Windows color (decimal): -1259095 or 11127276. OLE color: 11127276.
HSL color Cylindrical-coordinate representation of color #ECC9A9: hue angle of 28.66º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECC9A9 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 169 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.07 |
| HSL | 28.66º | 0.64% | 0.79% | - |
| HSV(B) | 28.66º | 0.28% | 0.93% | - |
| XYZ | 62.64 | 62.47 | 46.29 | - |
| YUV | 207.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 169 | 0 | 0.15 | 0.28 | 0.07 | 28.66 | 0.64 | 0.79 |
| Hex | EC | C9 | A9 | 0 | F | 1C | 7 | 1D | 40 | 4F |
| Octal | 354 | 311 | 251 | 0 | 17 | 34 | 7 | 35 | 100 | 117 |
| Binary | 11101100 | 11001001 | 10101001 | 0 | 1111 | 11100 | 111 | 11101 | 1000000 | 1001111 |
Color Harmonies of #ECC9A9
Complementary color
Monochromatic Colors of #ECC9A9
Black with #ECC9A9
Text Example
Text Example
White with #ECC9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9A9; }
p { color: rgb(236,201,169); }
H1.HeaderClassName
{
color: #ECC9A9;
}
.AnyTagClassName
{
color: #ECC9A9;
}
</style>
background-color css
<style>
a { background-color: #ECC9A9; }
a { background-color: rgb(236,201,169); }
div.DivClassName
{
background-color: #ECC9A9;
}
.BgClassName
{
background-color: #ECC9A9;
}
</style>
border-color css
<style>
span { border-color: #ECC9A9; }
span { border-color: rgb(236,201,169); }
td.TdClassName
{
border-color: #ECC9A9;
}
.TagClassName
{
border-color: #ECC9A9;
}
</style>