Shades of Negroni #ECCBA8
Tints of Negroni #ECCBA8
RGB
CMYK
RGB Variations
Color information
#ECCBA8 (or 0xECCBA8) is known color: Negroni. HEX triplet: EC, CB and A8. RGB value is (236,203,168). Sum of RGB (Red+Green+Blue) = 236+203+168=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCBA8 is #133457. Grayscale: #D1D1D1. Windows color (decimal): -1258584 or 11062252. OLE color: 11062252.
HSL color Cylindrical-coordinate representation of color #ECCBA8: hue angle of 30.88º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECCBA8 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 168 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.07 |
| HSL | 30.88º | 0.64% | 0.79% | - |
| HSV(B) | 30.88º | 0.29% | 0.93% | - |
| XYZ | 63.02 | 63.37 | 45.96 | - |
| YUV | 208.88 | 104.93 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 168 | 0 | 0.14 | 0.29 | 0.07 | 30.88 | 0.64 | 0.79 |
| Hex | EC | CB | A8 | 0 | E | 1D | 7 | 1F | 40 | 4F |
| Octal | 354 | 313 | 250 | 0 | 16 | 35 | 7 | 37 | 100 | 117 |
| Binary | 11101100 | 11001011 | 10101000 | 0 | 1110 | 11101 | 111 | 11111 | 1000000 | 1001111 |
Color Harmonies of #ECCBA8
Complementary color
Monochromatic Colors of #ECCBA8
Black with #ECCBA8
Text Example
Text Example
White with #ECCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBA8; }
p { color: rgb(236,203,168); }
H1.HeaderClassName
{
color: #ECCBA8;
}
.AnyTagClassName
{
color: #ECCBA8;
}
</style>
background-color css
<style>
a { background-color: #ECCBA8; }
a { background-color: rgb(236,203,168); }
div.DivClassName
{
background-color: #ECCBA8;
}
.BgClassName
{
background-color: #ECCBA8;
}
</style>
border-color css
<style>
span { border-color: #ECCBA8; }
span { border-color: rgb(236,203,168); }
td.TdClassName
{
border-color: #ECCBA8;
}
.TagClassName
{
border-color: #ECCBA8;
}
</style>