Shades of Negroni #ECC8A3
Tints of Negroni #ECC8A3
RGB
CMYK
RGB Variations
Color information
#ECC8A3 (or 0xECC8A3) is known color: Negroni. HEX triplet: EC, C8 and A3. RGB value is (236,200,163). Sum of RGB (Red+Green+Blue) = 236+200+163=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC8A3 is #13375C. Grayscale: #CECECE. Windows color (decimal): -1259357 or 10733804. OLE color: 10733804.
HSL color Cylindrical-coordinate representation of color #ECC8A3: hue angle of 30.41º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECC8A3 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 163 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.07 |
| HSL | 30.41º | 0.66% | 0.78% | - |
| HSV(B) | 30.41º | 0.31% | 0.93% | - |
| XYZ | 61.86 | 61.79 | 43.32 | - |
| YUV | 206.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 163 | 0 | 0.15 | 0.31 | 0.07 | 30.41 | 0.66 | 0.78 |
| Hex | EC | C8 | A3 | 0 | F | 1F | 7 | 1E | 42 | 4E |
| Octal | 354 | 310 | 243 | 0 | 17 | 37 | 7 | 36 | 102 | 116 |
| Binary | 11101100 | 11001000 | 10100011 | 0 | 1111 | 11111 | 111 | 11110 | 1000010 | 1001110 |
Color Harmonies of #ECC8A3
Complementary color
Monochromatic Colors of #ECC8A3
Black with #ECC8A3
Text Example
Text Example
White with #ECC8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8A3; }
p { color: rgb(236,200,163); }
H1.HeaderClassName
{
color: #ECC8A3;
}
.AnyTagClassName
{
color: #ECC8A3;
}
</style>
background-color css
<style>
a { background-color: #ECC8A3; }
a { background-color: rgb(236,200,163); }
div.DivClassName
{
background-color: #ECC8A3;
}
.BgClassName
{
background-color: #ECC8A3;
}
</style>
border-color css
<style>
span { border-color: #ECC8A3; }
span { border-color: rgb(236,200,163); }
td.TdClassName
{
border-color: #ECC8A3;
}
.TagClassName
{
border-color: #ECC8A3;
}
</style>