Shades of Negroni #ECC49F
Tints of Negroni #ECC49F
RGB
CMYK
RGB Variations
Color information
#ECC49F (or 0xECC49F) is known color: Negroni. HEX triplet: EC, C4 and 9F. RGB value is (236,196,159). Sum of RGB (Red+Green+Blue) = 236+196+159=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC49F is #133B60. Grayscale: #CBCBCB. Windows color (decimal): -1260385 or 10470636. OLE color: 10470636.
HSL color Cylindrical-coordinate representation of color #ECC49F: hue angle of 28.83º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECC49F is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 159 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.07 |
| HSL | 28.83º | 0.67% | 0.77% | - |
| HSV(B) | 28.83º | 0.33% | 0.93% | - |
| XYZ | 60.59 | 59.82 | 41.15 | - |
| YUV | 203.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 159 | 0 | 0.17 | 0.33 | 0.07 | 28.83 | 0.67 | 0.77 |
| Hex | EC | C4 | 9F | 0 | 11 | 21 | 7 | 1D | 43 | 4D |
| Octal | 354 | 304 | 237 | 0 | 21 | 41 | 7 | 35 | 103 | 115 |
| Binary | 11101100 | 11000100 | 10011111 | 0 | 10001 | 100001 | 111 | 11101 | 1000011 | 1001101 |
Color Harmonies of #ECC49F
Complementary color
Monochromatic Colors of #ECC49F
Black with #ECC49F
Text Example
Text Example
White with #ECC49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC49F; }
p { color: rgb(236,196,159); }
H1.HeaderClassName
{
color: #ECC49F;
}
.AnyTagClassName
{
color: #ECC49F;
}
</style>
background-color css
<style>
a { background-color: #ECC49F; }
a { background-color: rgb(236,196,159); }
div.DivClassName
{
background-color: #ECC49F;
}
.BgClassName
{
background-color: #ECC49F;
}
</style>
border-color css
<style>
span { border-color: #ECC49F; }
span { border-color: rgb(236,196,159); }
td.TdClassName
{
border-color: #ECC49F;
}
.TagClassName
{
border-color: #ECC49F;
}
</style>