Shades of Negroni #ECC09F
Tints of Negroni #ECC09F
RGB
CMYK
RGB Variations
Color information
#ECC09F (or 0xECC09F) is known color: Negroni. HEX triplet: EC, C0 and 9F. RGB value is (236,192,159). Sum of RGB (Red+Green+Blue) = 236+192+159=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC09F is #133F60. Grayscale: #C9C9C9. Windows color (decimal): -1261409 or 10469612. OLE color: 10469612.
HSL color Cylindrical-coordinate representation of color #ECC09F: hue angle of 25.71º 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 #ECC09F is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 159 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.07 |
| HSL | 25.71º | 0.67% | 0.77% | - |
| HSV(B) | 25.71º | 0.33% | 0.93% | - |
| XYZ | 59.7 | 58.04 | 40.86 | - |
| YUV | 201.39 | 104.08 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 159 | 0 | 0.19 | 0.33 | 0.07 | 25.71 | 0.67 | 0.77 |
| Hex | EC | C0 | 9F | 0 | 13 | 21 | 7 | 1A | 43 | 4D |
| Octal | 354 | 300 | 237 | 0 | 23 | 41 | 7 | 32 | 103 | 115 |
| Binary | 11101100 | 11000000 | 10011111 | 0 | 10011 | 100001 | 111 | 11010 | 1000011 | 1001101 |
Color Harmonies of #ECC09F
Complementary color
Monochromatic Colors of #ECC09F
Black with #ECC09F
Text Example
Text Example
White with #ECC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC09F; }
p { color: rgb(236,192,159); }
H1.HeaderClassName
{
color: #ECC09F;
}
.AnyTagClassName
{
color: #ECC09F;
}
</style>
background-color css
<style>
a { background-color: #ECC09F; }
a { background-color: rgb(236,192,159); }
div.DivClassName
{
background-color: #ECC09F;
}
.BgClassName
{
background-color: #ECC09F;
}
</style>
border-color css
<style>
span { border-color: #ECC09F; }
span { border-color: rgb(236,192,159); }
td.TdClassName
{
border-color: #ECC09F;
}
.TagClassName
{
border-color: #ECC09F;
}
</style>