Shades of Negroni #ECC09D
Tints of Negroni #ECC09D
RGB
CMYK
RGB Variations
Color information
#ECC09D (or 0xECC09D) is known color: Negroni. HEX triplet: EC, C0 and 9D. RGB value is (236,192,157). Sum of RGB (Red+Green+Blue) = 236+192+157=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC09D is #133F62. Grayscale: #C9C9C9. Windows color (decimal): -1261411 or 10338540. OLE color: 10338540.
HSL color Cylindrical-coordinate representation of color #ECC09D: hue angle of 26.58º degrees, saturation: 0.68, 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 #ECC09D is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 157 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.07 |
| HSL | 26.58º | 0.68% | 0.77% | - |
| HSV(B) | 26.58º | 0.33% | 0.93% | - |
| XYZ | 59.53 | 57.97 | 39.95 | - |
| YUV | 201.17 | 103.08 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 157 | 0 | 0.19 | 0.33 | 0.07 | 26.58 | 0.68 | 0.77 |
| Hex | EC | C0 | 9D | 0 | 13 | 21 | 7 | 1B | 44 | 4D |
| Octal | 354 | 300 | 235 | 0 | 23 | 41 | 7 | 33 | 104 | 115 |
| Binary | 11101100 | 11000000 | 10011101 | 0 | 10011 | 100001 | 111 | 11011 | 1000100 | 1001101 |
Color Harmonies of #ECC09D
Complementary color
Monochromatic Colors of #ECC09D
Black with #ECC09D
Text Example
Text Example
White with #ECC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC09D; }
p { color: rgb(236,192,157); }
H1.HeaderClassName
{
color: #ECC09D;
}
.AnyTagClassName
{
color: #ECC09D;
}
</style>
background-color css
<style>
a { background-color: #ECC09D; }
a { background-color: rgb(236,192,157); }
div.DivClassName
{
background-color: #ECC09D;
}
.BgClassName
{
background-color: #ECC09D;
}
</style>
border-color css
<style>
span { border-color: #ECC09D; }
span { border-color: rgb(236,192,157); }
td.TdClassName
{
border-color: #ECC09D;
}
.TagClassName
{
border-color: #ECC09D;
}
</style>