Shades of Negroni #ECC7A8
Tints of Negroni #ECC7A8
RGB
CMYK
RGB Variations
Color information
#ECC7A8 (or 0xECC7A8) is known color: Negroni. HEX triplet: EC, C7 and A8. RGB value is (236,199,168). Sum of RGB (Red+Green+Blue) = 236+199+168=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC7A8 is #133857. Grayscale: #CECECE. Windows color (decimal): -1259608 or 11061228. OLE color: 11061228.
HSL color Cylindrical-coordinate representation of color #ECC7A8: hue angle of 27.35º 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 #ECC7A8 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 168 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.07 |
| HSL | 27.35º | 0.64% | 0.79% | - |
| HSV(B) | 27.35º | 0.29% | 0.93% | - |
| XYZ | 62.08 | 61.51 | 45.65 | - |
| YUV | 206.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 168 | 0 | 0.16 | 0.29 | 0.07 | 27.35 | 0.64 | 0.79 |
| Hex | EC | C7 | A8 | 0 | 10 | 1D | 7 | 1B | 40 | 4F |
| Octal | 354 | 307 | 250 | 0 | 20 | 35 | 7 | 33 | 100 | 117 |
| Binary | 11101100 | 11000111 | 10101000 | 0 | 10000 | 11101 | 111 | 11011 | 1000000 | 1001111 |
Color Harmonies of #ECC7A8
Complementary color
Monochromatic Colors of #ECC7A8
Black with #ECC7A8
Text Example
Text Example
White with #ECC7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7A8; }
p { color: rgb(236,199,168); }
H1.HeaderClassName
{
color: #ECC7A8;
}
.AnyTagClassName
{
color: #ECC7A8;
}
</style>
background-color css
<style>
a { background-color: #ECC7A8; }
a { background-color: rgb(236,199,168); }
div.DivClassName
{
background-color: #ECC7A8;
}
.BgClassName
{
background-color: #ECC7A8;
}
</style>
border-color css
<style>
span { border-color: #ECC7A8; }
span { border-color: rgb(236,199,168); }
td.TdClassName
{
border-color: #ECC7A8;
}
.TagClassName
{
border-color: #ECC7A8;
}
</style>