Shades of Negroni #ECC29D
Tints of Negroni #ECC29D
RGB
CMYK
RGB Variations
Color information
#ECC29D (or 0xECC29D) is known color: Negroni. HEX triplet: EC, C2 and 9D. RGB value is (236,194,157). Sum of RGB (Red+Green+Blue) = 236+194+157=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC29D is #133D62. Grayscale: #CACACA. Windows color (decimal): -1260899 or 10339052. OLE color: 10339052.
HSL color Cylindrical-coordinate representation of color #ECC29D: hue angle of 28.1º 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 #ECC29D is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 157 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.07 |
| HSL | 28.1º | 0.68% | 0.77% | - |
| HSV(B) | 28.1º | 0.33% | 0.93% | - |
| XYZ | 59.97 | 58.85 | 40.1 | - |
| YUV | 202.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 157 | 0 | 0.18 | 0.33 | 0.07 | 28.1 | 0.68 | 0.77 |
| Hex | EC | C2 | 9D | 0 | 12 | 21 | 7 | 1C | 44 | 4D |
| Octal | 354 | 302 | 235 | 0 | 22 | 41 | 7 | 34 | 104 | 115 |
| Binary | 11101100 | 11000010 | 10011101 | 0 | 10010 | 100001 | 111 | 11100 | 1000100 | 1001101 |
Color Harmonies of #ECC29D
Complementary color
Monochromatic Colors of #ECC29D
Black with #ECC29D
Text Example
Text Example
White with #ECC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC29D; }
p { color: rgb(236,194,157); }
H1.HeaderClassName
{
color: #ECC29D;
}
.AnyTagClassName
{
color: #ECC29D;
}
</style>
background-color css
<style>
a { background-color: #ECC29D; }
a { background-color: rgb(236,194,157); }
div.DivClassName
{
background-color: #ECC29D;
}
.BgClassName
{
background-color: #ECC29D;
}
</style>
border-color css
<style>
span { border-color: #ECC29D; }
span { border-color: rgb(236,194,157); }
td.TdClassName
{
border-color: #ECC29D;
}
.TagClassName
{
border-color: #ECC29D;
}
</style>