Shades of Negroni #ECC5A3
Tints of Negroni #ECC5A3
RGB
CMYK
RGB Variations
Color information
#ECC5A3 (or 0xECC5A3) is known color: Negroni. HEX triplet: EC, C5 and A3. RGB value is (236,197,163). Sum of RGB (Red+Green+Blue) = 236+197+163=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5A3 is #133A5C. Grayscale: #CCCCCC. Windows color (decimal): -1260125 or 10733036. OLE color: 10733036.
HSL color Cylindrical-coordinate representation of color #ECC5A3: hue angle of 27.95º 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 #ECC5A3 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 163 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.07 |
| HSL | 27.95º | 0.66% | 0.78% | - |
| HSV(B) | 27.95º | 0.31% | 0.93% | - |
| XYZ | 61.17 | 60.41 | 43.09 | - |
| YUV | 204.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 163 | 0 | 0.17 | 0.31 | 0.07 | 27.95 | 0.66 | 0.78 |
| Hex | EC | C5 | A3 | 0 | 11 | 1F | 7 | 1C | 42 | 4E |
| Octal | 354 | 305 | 243 | 0 | 21 | 37 | 7 | 34 | 102 | 116 |
| Binary | 11101100 | 11000101 | 10100011 | 0 | 10001 | 11111 | 111 | 11100 | 1000010 | 1001110 |
Color Harmonies of #ECC5A3
Complementary color
Monochromatic Colors of #ECC5A3
Black with #ECC5A3
Text Example
Text Example
White with #ECC5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5A3; }
p { color: rgb(236,197,163); }
H1.HeaderClassName
{
color: #ECC5A3;
}
.AnyTagClassName
{
color: #ECC5A3;
}
</style>
background-color css
<style>
a { background-color: #ECC5A3; }
a { background-color: rgb(236,197,163); }
div.DivClassName
{
background-color: #ECC5A3;
}
.BgClassName
{
background-color: #ECC5A3;
}
</style>
border-color css
<style>
span { border-color: #ECC5A3; }
span { border-color: rgb(236,197,163); }
td.TdClassName
{
border-color: #ECC5A3;
}
.TagClassName
{
border-color: #ECC5A3;
}
</style>