Shades of Negroni #ECC8A8
Tints of Negroni #ECC8A8
RGB
CMYK
RGB Variations
Color information
#ECC8A8 (or 0xECC8A8) is known color: Negroni. HEX triplet: EC, C8 and A8. RGB value is (236,200,168). Sum of RGB (Red+Green+Blue) = 236+200+168=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC8A8 is #133757. Grayscale: #CFCFCF. Windows color (decimal): -1259352 or 11061484. OLE color: 11061484.
HSL color Cylindrical-coordinate representation of color #ECC8A8: hue angle of 28.24º 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 #ECC8A8 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 168 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.07 |
| HSL | 28.24º | 0.64% | 0.79% | - |
| HSV(B) | 28.24º | 0.29% | 0.93% | - |
| XYZ | 62.31 | 61.97 | 45.72 | - |
| YUV | 207.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 168 | 0 | 0.15 | 0.29 | 0.07 | 28.24 | 0.64 | 0.79 |
| Hex | EC | C8 | A8 | 0 | F | 1D | 7 | 1C | 40 | 4F |
| Octal | 354 | 310 | 250 | 0 | 17 | 35 | 7 | 34 | 100 | 117 |
| Binary | 11101100 | 11001000 | 10101000 | 0 | 1111 | 11101 | 111 | 11100 | 1000000 | 1001111 |
Color Harmonies of #ECC8A8
Complementary color
Monochromatic Colors of #ECC8A8
Black with #ECC8A8
Text Example
Text Example
White with #ECC8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8A8; }
p { color: rgb(236,200,168); }
H1.HeaderClassName
{
color: #ECC8A8;
}
.AnyTagClassName
{
color: #ECC8A8;
}
</style>
background-color css
<style>
a { background-color: #ECC8A8; }
a { background-color: rgb(236,200,168); }
div.DivClassName
{
background-color: #ECC8A8;
}
.BgClassName
{
background-color: #ECC8A8;
}
</style>
border-color css
<style>
span { border-color: #ECC8A8; }
span { border-color: rgb(236,200,168); }
td.TdClassName
{
border-color: #ECC8A8;
}
.TagClassName
{
border-color: #ECC8A8;
}
</style>