Shades of Negroni #ECBDA0
Tints of Negroni #ECBDA0
RGB
CMYK
RGB Variations
Color information
#ECBDA0 (or 0xECBDA0) is known color: Negroni. HEX triplet: EC, BD and A0. RGB value is (236,189,160). Sum of RGB (Red+Green+Blue) = 236+189+160=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDA0 is #13425F. Grayscale: #C7C7C7. Windows color (decimal): -1262176 or 10534380. OLE color: 10534380.
HSL color Cylindrical-coordinate representation of color #ECBDA0: hue angle of 22.89º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECBDA0 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 160 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.07 |
| HSL | 22.89º | 0.67% | 0.78% | - |
| HSV(B) | 22.89º | 0.32% | 0.93% | - |
| XYZ | 59.13 | 56.77 | 41.1 | - |
| YUV | 199.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 160 | 0 | 0.20 | 0.32 | 0.07 | 22.89 | 0.67 | 0.78 |
| Hex | EC | BD | A0 | 0 | 14 | 20 | 7 | 17 | 43 | 4E |
| Octal | 354 | 275 | 240 | 0 | 24 | 40 | 7 | 27 | 103 | 116 |
| Binary | 11101100 | 10111101 | 10100000 | 0 | 10100 | 100000 | 111 | 10111 | 1000011 | 1001110 |
Color Harmonies of #ECBDA0
Complementary color
Monochromatic Colors of #ECBDA0
Black with #ECBDA0
Text Example
Text Example
White with #ECBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDA0; }
p { color: rgb(236,189,160); }
H1.HeaderClassName
{
color: #ECBDA0;
}
.AnyTagClassName
{
color: #ECBDA0;
}
</style>
background-color css
<style>
a { background-color: #ECBDA0; }
a { background-color: rgb(236,189,160); }
div.DivClassName
{
background-color: #ECBDA0;
}
.BgClassName
{
background-color: #ECBDA0;
}
</style>
border-color css
<style>
span { border-color: #ECBDA0; }
span { border-color: rgb(236,189,160); }
td.TdClassName
{
border-color: #ECBDA0;
}
.TagClassName
{
border-color: #ECBDA0;
}
</style>