Shades of Negroni #ECC39F
Tints of Negroni #ECC39F
RGB
CMYK
RGB Variations
Color information
#ECC39F (or 0xECC39F) is known color: Negroni. HEX triplet: EC, C3 and 9F. RGB value is (236,195,159). Sum of RGB (Red+Green+Blue) = 236+195+159=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC39F is #133C60. Grayscale: #CBCBCB. Windows color (decimal): -1260641 or 10470380. OLE color: 10470380.
HSL color Cylindrical-coordinate representation of color #ECC39F: hue angle of 28.05º 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 #ECC39F is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 159 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.07 |
| HSL | 28.05º | 0.67% | 0.77% | - |
| HSV(B) | 28.05º | 0.33% | 0.93% | - |
| XYZ | 60.37 | 59.37 | 41.08 | - |
| YUV | 203.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 159 | 0 | 0.17 | 0.33 | 0.07 | 28.05 | 0.67 | 0.77 |
| Hex | EC | C3 | 9F | 0 | 11 | 21 | 7 | 1C | 43 | 4D |
| Octal | 354 | 303 | 237 | 0 | 21 | 41 | 7 | 34 | 103 | 115 |
| Binary | 11101100 | 11000011 | 10011111 | 0 | 10001 | 100001 | 111 | 11100 | 1000011 | 1001101 |
Color Harmonies of #ECC39F
Complementary color
Monochromatic Colors of #ECC39F
Black with #ECC39F
Text Example
Text Example
White with #ECC39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC39F; }
p { color: rgb(236,195,159); }
H1.HeaderClassName
{
color: #ECC39F;
}
.AnyTagClassName
{
color: #ECC39F;
}
</style>
background-color css
<style>
a { background-color: #ECC39F; }
a { background-color: rgb(236,195,159); }
div.DivClassName
{
background-color: #ECC39F;
}
.BgClassName
{
background-color: #ECC39F;
}
</style>
border-color css
<style>
span { border-color: #ECC39F; }
span { border-color: rgb(236,195,159); }
td.TdClassName
{
border-color: #ECC39F;
}
.TagClassName
{
border-color: #ECC39F;
}
</style>