Shades of Negroni #ECBE9D
Tints of Negroni #ECBE9D
RGB
CMYK
RGB Variations
Color information
#ECBE9D (or 0xECBE9D) is known color: Negroni. HEX triplet: EC, BE and 9D. RGB value is (236,190,157). Sum of RGB (Red+Green+Blue) = 236+190+157=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBE9D is #134162. Grayscale: #C8C8C8. Windows color (decimal): -1261923 or 10338028. OLE color: 10338028.
HSL color Cylindrical-coordinate representation of color #ECBE9D: hue angle of 25.06º 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 #ECBE9D is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 157 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.07 |
| HSL | 25.06º | 0.68% | 0.77% | - |
| HSV(B) | 25.06º | 0.33% | 0.93% | - |
| XYZ | 59.09 | 57.09 | 39.8 | - |
| YUV | 199.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 157 | 0 | 0.19 | 0.33 | 0.07 | 25.06 | 0.68 | 0.77 |
| Hex | EC | BE | 9D | 0 | 13 | 21 | 7 | 19 | 44 | 4D |
| Octal | 354 | 276 | 235 | 0 | 23 | 41 | 7 | 31 | 104 | 115 |
| Binary | 11101100 | 10111110 | 10011101 | 0 | 10011 | 100001 | 111 | 11001 | 1000100 | 1001101 |
Color Harmonies of #ECBE9D
Complementary color
Monochromatic Colors of #ECBE9D
Black with #ECBE9D
Text Example
Text Example
White with #ECBE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE9D; }
p { color: rgb(236,190,157); }
H1.HeaderClassName
{
color: #ECBE9D;
}
.AnyTagClassName
{
color: #ECBE9D;
}
</style>
background-color css
<style>
a { background-color: #ECBE9D; }
a { background-color: rgb(236,190,157); }
div.DivClassName
{
background-color: #ECBE9D;
}
.BgClassName
{
background-color: #ECBE9D;
}
</style>
border-color css
<style>
span { border-color: #ECBE9D; }
span { border-color: rgb(236,190,157); }
td.TdClassName
{
border-color: #ECBE9D;
}
.TagClassName
{
border-color: #ECBE9D;
}
</style>