Shades of Negroni #ECBD9F
Tints of Negroni #ECBD9F
RGB
CMYK
RGB Variations
Color information
#ECBD9F (or 0xECBD9F) is known color: Negroni. HEX triplet: EC, BD and 9F. RGB value is (236,189,159). Sum of RGB (Red+Green+Blue) = 236+189+159=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBD9F is #134260. Grayscale: #C7C7C7. Windows color (decimal): -1262177 or 10468844. OLE color: 10468844.
HSL color Cylindrical-coordinate representation of color #ECBD9F: hue angle of 23.38º degrees, saturation: 0.67, 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 #ECBD9F is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 159 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.07 |
| HSL | 23.38º | 0.67% | 0.77% | - |
| HSV(B) | 23.38º | 0.33% | 0.93% | - |
| XYZ | 59.05 | 56.73 | 40.64 | - |
| YUV | 199.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 159 | 0 | 0.20 | 0.33 | 0.07 | 23.38 | 0.67 | 0.77 |
| Hex | EC | BD | 9F | 0 | 14 | 21 | 7 | 17 | 43 | 4D |
| Octal | 354 | 275 | 237 | 0 | 24 | 41 | 7 | 27 | 103 | 115 |
| Binary | 11101100 | 10111101 | 10011111 | 0 | 10100 | 100001 | 111 | 10111 | 1000011 | 1001101 |
Color Harmonies of #ECBD9F
Complementary color
Monochromatic Colors of #ECBD9F
Black with #ECBD9F
Text Example
Text Example
White with #ECBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD9F; }
p { color: rgb(236,189,159); }
H1.HeaderClassName
{
color: #ECBD9F;
}
.AnyTagClassName
{
color: #ECBD9F;
}
</style>
background-color css
<style>
a { background-color: #ECBD9F; }
a { background-color: rgb(236,189,159); }
div.DivClassName
{
background-color: #ECBD9F;
}
.BgClassName
{
background-color: #ECBD9F;
}
</style>
border-color css
<style>
span { border-color: #ECBD9F; }
span { border-color: rgb(236,189,159); }
td.TdClassName
{
border-color: #ECBD9F;
}
.TagClassName
{
border-color: #ECBD9F;
}
</style>