Shades of Negroni #ECBF9D
Tints of Negroni #ECBF9D
RGB
CMYK
RGB Variations
Color information
#ECBF9D (or 0xECBF9D) is known color: Negroni. HEX triplet: EC, BF and 9D. RGB value is (236,191,157). Sum of RGB (Red+Green+Blue) = 236+191+157=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBF9D is #134062. Grayscale: #C8C8C8. Windows color (decimal): -1261667 or 10338284. OLE color: 10338284.
HSL color Cylindrical-coordinate representation of color #ECBF9D: hue angle of 25.82º 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 #ECBF9D is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 157 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.07 |
| HSL | 25.82º | 0.68% | 0.77% | - |
| HSV(B) | 25.82º | 0.33% | 0.93% | - |
| XYZ | 59.31 | 57.53 | 39.88 | - |
| YUV | 200.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 157 | 0 | 0.19 | 0.33 | 0.07 | 25.82 | 0.68 | 0.77 |
| Hex | EC | BF | 9D | 0 | 13 | 21 | 7 | 1A | 44 | 4D |
| Octal | 354 | 277 | 235 | 0 | 23 | 41 | 7 | 32 | 104 | 115 |
| Binary | 11101100 | 10111111 | 10011101 | 0 | 10011 | 100001 | 111 | 11010 | 1000100 | 1001101 |
Color Harmonies of #ECBF9D
Complementary color
Monochromatic Colors of #ECBF9D
Black with #ECBF9D
Text Example
Text Example
White with #ECBF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF9D; }
p { color: rgb(236,191,157); }
H1.HeaderClassName
{
color: #ECBF9D;
}
.AnyTagClassName
{
color: #ECBF9D;
}
</style>
background-color css
<style>
a { background-color: #ECBF9D; }
a { background-color: rgb(236,191,157); }
div.DivClassName
{
background-color: #ECBF9D;
}
.BgClassName
{
background-color: #ECBF9D;
}
</style>
border-color css
<style>
span { border-color: #ECBF9D; }
span { border-color: rgb(236,191,157); }
td.TdClassName
{
border-color: #ECBF9D;
}
.TagClassName
{
border-color: #ECBF9D;
}
</style>