Shades of Negroni #ECC9A8
Tints of Negroni #ECC9A8
RGB
CMYK
RGB Variations
Color information
#ECC9A8 (or 0xECC9A8) is known color: Negroni. HEX triplet: EC, C9 and A8. RGB value is (236,201,168). Sum of RGB (Red+Green+Blue) = 236+201+168=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC9A8 is #133657. Grayscale: #CFCFCF. Windows color (decimal): -1259096 or 11061740. OLE color: 11061740.
HSL color Cylindrical-coordinate representation of color #ECC9A8: hue angle of 29.12º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECC9A8 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 168 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.07 |
| HSL | 29.12º | 0.64% | 0.79% | - |
| HSV(B) | 29.12º | 0.29% | 0.93% | - |
| XYZ | 62.55 | 62.43 | 45.8 | - |
| YUV | 207.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 168 | 0 | 0.15 | 0.29 | 0.07 | 29.12 | 0.64 | 0.79 |
| Hex | EC | C9 | A8 | 0 | F | 1D | 7 | 1D | 40 | 4F |
| Octal | 354 | 311 | 250 | 0 | 17 | 35 | 7 | 35 | 100 | 117 |
| Binary | 11101100 | 11001001 | 10101000 | 0 | 1111 | 11101 | 111 | 11101 | 1000000 | 1001111 |
Color Harmonies of #ECC9A8
Complementary color
Monochromatic Colors of #ECC9A8
Black with #ECC9A8
Text Example
Text Example
White with #ECC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9A8; }
p { color: rgb(236,201,168); }
H1.HeaderClassName
{
color: #ECC9A8;
}
.AnyTagClassName
{
color: #ECC9A8;
}
</style>
background-color css
<style>
a { background-color: #ECC9A8; }
a { background-color: rgb(236,201,168); }
div.DivClassName
{
background-color: #ECC9A8;
}
.BgClassName
{
background-color: #ECC9A8;
}
</style>
border-color css
<style>
span { border-color: #ECC9A8; }
span { border-color: rgb(236,201,168); }
td.TdClassName
{
border-color: #ECC9A8;
}
.TagClassName
{
border-color: #ECC9A8;
}
</style>