Shades of Negroni #ECBD9E
Tints of Negroni #ECBD9E
RGB
CMYK
RGB Variations
Color information
#ECBD9E (or 0xECBD9E) is known color: Negroni. HEX triplet: EC, BD and 9E. RGB value is (236,189,158). Sum of RGB (Red+Green+Blue) = 236+189+158=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBD9E is #134261. Grayscale: #C7C7C7. Windows color (decimal): -1262178 or 10403308. OLE color: 10403308.
HSL color Cylindrical-coordinate representation of color #ECBD9E: hue angle of 23.85º 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 #ECBD9E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 158 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.07 |
| HSL | 23.85º | 0.67% | 0.77% | - |
| HSV(B) | 23.85º | 0.33% | 0.93% | - |
| XYZ | 58.96 | 56.7 | 40.18 | - |
| YUV | 199.52 | 104.57 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 158 | 0 | 0.20 | 0.33 | 0.07 | 23.85 | 0.67 | 0.77 |
| Hex | EC | BD | 9E | 0 | 14 | 21 | 7 | 18 | 43 | 4D |
| Octal | 354 | 275 | 236 | 0 | 24 | 41 | 7 | 30 | 103 | 115 |
| Binary | 11101100 | 10111101 | 10011110 | 0 | 10100 | 100001 | 111 | 11000 | 1000011 | 1001101 |
Color Harmonies of #ECBD9E
Complementary color
Monochromatic Colors of #ECBD9E
Black with #ECBD9E
Text Example
Text Example
White with #ECBD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD9E; }
p { color: rgb(236,189,158); }
H1.HeaderClassName
{
color: #ECBD9E;
}
.AnyTagClassName
{
color: #ECBD9E;
}
</style>
background-color css
<style>
a { background-color: #ECBD9E; }
a { background-color: rgb(236,189,158); }
div.DivClassName
{
background-color: #ECBD9E;
}
.BgClassName
{
background-color: #ECBD9E;
}
</style>
border-color css
<style>
span { border-color: #ECBD9E; }
span { border-color: rgb(236,189,158); }
td.TdClassName
{
border-color: #ECBD9E;
}
.TagClassName
{
border-color: #ECBD9E;
}
</style>