Shades of Negroni #ECC4A4
Tints of Negroni #ECC4A4
RGB
CMYK
RGB Variations
Color information
#ECC4A4 (or 0xECC4A4) is known color: Negroni. HEX triplet: EC, C4 and A4. RGB value is (236,196,164). Sum of RGB (Red+Green+Blue) = 236+196+164=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC4A4 is #133B5B. Grayscale: #CCCCCC. Windows color (decimal): -1260380 or 10798316. OLE color: 10798316.
HSL color Cylindrical-coordinate representation of color #ECC4A4: hue angle of 26.67º degrees, saturation: 0.65, 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 #ECC4A4 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 164 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.07 |
| HSL | 26.67º | 0.65% | 0.78% | - |
| HSV(B) | 26.67º | 0.31% | 0.93% | - |
| XYZ | 61.03 | 59.99 | 43.49 | - |
| YUV | 204.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 164 | 0 | 0.17 | 0.31 | 0.07 | 26.67 | 0.65 | 0.78 |
| Hex | EC | C4 | A4 | 0 | 11 | 1F | 7 | 1B | 41 | 4E |
| Octal | 354 | 304 | 244 | 0 | 21 | 37 | 7 | 33 | 101 | 116 |
| Binary | 11101100 | 11000100 | 10100100 | 0 | 10001 | 11111 | 111 | 11011 | 1000001 | 1001110 |
Color Harmonies of #ECC4A4
Complementary color
Monochromatic Colors of #ECC4A4
Black with #ECC4A4
Text Example
Text Example
White with #ECC4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4A4; }
p { color: rgb(236,196,164); }
H1.HeaderClassName
{
color: #ECC4A4;
}
.AnyTagClassName
{
color: #ECC4A4;
}
</style>
background-color css
<style>
a { background-color: #ECC4A4; }
a { background-color: rgb(236,196,164); }
div.DivClassName
{
background-color: #ECC4A4;
}
.BgClassName
{
background-color: #ECC4A4;
}
</style>
border-color css
<style>
span { border-color: #ECC4A4; }
span { border-color: rgb(236,196,164); }
td.TdClassName
{
border-color: #ECC4A4;
}
.TagClassName
{
border-color: #ECC4A4;
}
</style>