Shades of Negroni #ECC9A2
Tints of Negroni #ECC9A2
RGB
CMYK
RGB Variations
Color information
#ECC9A2 (or 0xECC9A2) is known color: Negroni. HEX triplet: EC, C9 and A2. RGB value is (236,201,162). Sum of RGB (Red+Green+Blue) = 236+201+162=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC9A2 is #13365D. Grayscale: #CFCFCF. Windows color (decimal): -1259102 or 10668524. OLE color: 10668524.
HSL color Cylindrical-coordinate representation of color #ECC9A2: hue angle of 31.62º 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 #ECC9A2 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 162 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.07 |
| HSL | 31.62º | 0.66% | 0.78% | - |
| HSV(B) | 31.62º | 0.31% | 0.93% | - |
| XYZ | 62 | 62.21 | 42.92 | - |
| YUV | 207.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 162 | 0 | 0.15 | 0.31 | 0.07 | 31.62 | 0.66 | 0.78 |
| Hex | EC | C9 | A2 | 0 | F | 1F | 7 | 20 | 42 | 4E |
| Octal | 354 | 311 | 242 | 0 | 17 | 37 | 7 | 40 | 102 | 116 |
| Binary | 11101100 | 11001001 | 10100010 | 0 | 1111 | 11111 | 111 | 100000 | 1000010 | 1001110 |
Color Harmonies of #ECC9A2
Complementary color
Monochromatic Colors of #ECC9A2
Black with #ECC9A2
Text Example
Text Example
White with #ECC9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9A2; }
p { color: rgb(236,201,162); }
H1.HeaderClassName
{
color: #ECC9A2;
}
.AnyTagClassName
{
color: #ECC9A2;
}
</style>
background-color css
<style>
a { background-color: #ECC9A2; }
a { background-color: rgb(236,201,162); }
div.DivClassName
{
background-color: #ECC9A2;
}
.BgClassName
{
background-color: #ECC9A2;
}
</style>
border-color css
<style>
span { border-color: #ECC9A2; }
span { border-color: rgb(236,201,162); }
td.TdClassName
{
border-color: #ECC9A2;
}
.TagClassName
{
border-color: #ECC9A2;
}
</style>