Shades of Negroni #ECBD9D
Tints of Negroni #ECBD9D
RGB
CMYK
RGB Variations
Color information
#ECBD9D (or 0xECBD9D) is known color: Negroni. HEX triplet: EC, BD and 9D. RGB value is (236,189,157). Sum of RGB (Red+Green+Blue) = 236+189+157=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBD9D is #134262. Grayscale: #C7C7C7. Windows color (decimal): -1262179 or 10337772. OLE color: 10337772.
HSL color Cylindrical-coordinate representation of color #ECBD9D: hue angle of 24.3º 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 #ECBD9D is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 157 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.07 |
| HSL | 24.3º | 0.68% | 0.77% | - |
| HSV(B) | 24.3º | 0.33% | 0.93% | - |
| XYZ | 58.88 | 56.66 | 39.73 | - |
| YUV | 199.41 | 104.07 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 157 | 0 | 0.20 | 0.33 | 0.07 | 24.3 | 0.68 | 0.77 |
| Hex | EC | BD | 9D | 0 | 14 | 21 | 7 | 18 | 44 | 4D |
| Octal | 354 | 275 | 235 | 0 | 24 | 41 | 7 | 30 | 104 | 115 |
| Binary | 11101100 | 10111101 | 10011101 | 0 | 10100 | 100001 | 111 | 11000 | 1000100 | 1001101 |
Color Harmonies of #ECBD9D
Complementary color
Monochromatic Colors of #ECBD9D
Black with #ECBD9D
Text Example
Text Example
White with #ECBD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD9D; }
p { color: rgb(236,189,157); }
H1.HeaderClassName
{
color: #ECBD9D;
}
.AnyTagClassName
{
color: #ECBD9D;
}
</style>
background-color css
<style>
a { background-color: #ECBD9D; }
a { background-color: rgb(236,189,157); }
div.DivClassName
{
background-color: #ECBD9D;
}
.BgClassName
{
background-color: #ECBD9D;
}
</style>
border-color css
<style>
span { border-color: #ECBD9D; }
span { border-color: rgb(236,189,157); }
td.TdClassName
{
border-color: #ECBD9D;
}
.TagClassName
{
border-color: #ECBD9D;
}
</style>