Shades of Negroni #ECC4A5
Tints of Negroni #ECC4A5
RGB
CMYK
RGB Variations
Color information
#ECC4A5 (or 0xECC4A5) is known color: Negroni. HEX triplet: EC, C4 and A5. RGB value is (236,196,165). Sum of RGB (Red+Green+Blue) = 236+196+165=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC4A5 is #133B5A. Grayscale: #CCCCCC. Windows color (decimal): -1260379 or 10863852. OLE color: 10863852.
HSL color Cylindrical-coordinate representation of color #ECC4A5: hue angle of 26.2º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECC4A5 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 165 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.07 |
| HSL | 26.2º | 0.65% | 0.79% | - |
| HSV(B) | 26.2º | 0.3% | 0.93% | - |
| XYZ | 61.12 | 60.03 | 43.96 | - |
| YUV | 204.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 165 | 0 | 0.17 | 0.30 | 0.07 | 26.2 | 0.65 | 0.79 |
| Hex | EC | C4 | A5 | 0 | 11 | 1E | 7 | 1A | 41 | 4F |
| Octal | 354 | 304 | 245 | 0 | 21 | 36 | 7 | 32 | 101 | 117 |
| Binary | 11101100 | 11000100 | 10100101 | 0 | 10001 | 11110 | 111 | 11010 | 1000001 | 1001111 |
Color Harmonies of #ECC4A5
Complementary color
Monochromatic Colors of #ECC4A5
Black with #ECC4A5
Text Example
Text Example
White with #ECC4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4A5; }
p { color: rgb(236,196,165); }
H1.HeaderClassName
{
color: #ECC4A5;
}
.AnyTagClassName
{
color: #ECC4A5;
}
</style>
background-color css
<style>
a { background-color: #ECC4A5; }
a { background-color: rgb(236,196,165); }
div.DivClassName
{
background-color: #ECC4A5;
}
.BgClassName
{
background-color: #ECC4A5;
}
</style>
border-color css
<style>
span { border-color: #ECC4A5; }
span { border-color: rgb(236,196,165); }
td.TdClassName
{
border-color: #ECC4A5;
}
.TagClassName
{
border-color: #ECC4A5;
}
</style>