Shades of Negroni #ECC4A2
Tints of Negroni #ECC4A2
RGB
CMYK
RGB Variations
Color information
#ECC4A2 (or 0xECC4A2) is known color: Negroni. HEX triplet: EC, C4 and A2. RGB value is (236,196,162). Sum of RGB (Red+Green+Blue) = 236+196+162=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 162 (63.67% from 255 or 27.27% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC4A2 is #133B5D. Grayscale: #CCCCCC. Windows color (decimal): -1260382 or 10667244. OLE color: 10667244.
HSL color Cylindrical-coordinate representation of color #ECC4A2: hue angle of 27.57º 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 #ECC4A2 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 196 | 162 | - |
CMYK | 0 | 0.17 | 0.31 | 0.07 |
HSL | 27.57º | 0.66% | 0.78% | - |
HSV(B) | 27.57º | 0.31% | 0.93% | - |
XYZ | 60.85 | 59.92 | 42.54 | - |
YUV | 204.08 | 104.25 | 150.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 196 | 162 | 0 | 0.17 | 0.31 | 0.07 | 27.57 | 0.66 | 0.78 |
Hex | EC | C4 | A2 | 0 | 11 | 1F | 7 | 1C | 42 | 4E |
Octal | 354 | 304 | 242 | 0 | 21 | 37 | 7 | 34 | 102 | 116 |
Binary | 11101100 | 11000100 | 10100010 | 0 | 10001 | 11111 | 111 | 11100 | 1000010 | 1001110 |
Color Harmonies of #ECC4A2
Complementary color
Monochromatic Colors of #ECC4A2
Black with #ECC4A2
Text Example
Text Example
White with #ECC4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4A2; }
p { color: rgb(236,196,162); }
H1.HeaderClassName
{
color: #ECC4A2;
}
.AnyTagClassName
{
color: #ECC4A2;
}
</style>
background-color css
<style>
a { background-color: #ECC4A2; }
a { background-color: rgb(236,196,162); }
div.DivClassName
{
background-color: #ECC4A2;
}
.BgClassName
{
background-color: #ECC4A2;
}
</style>
border-color css
<style>
span { border-color: #ECC4A2; }
span { border-color: rgb(236,196,162); }
td.TdClassName
{
border-color: #ECC4A2;
}
.TagClassName
{
border-color: #ECC4A2;
}
</style>