Shades of Negroni #EECCA6
Tints of Negroni #EECCA6
RGB
CMYK
RGB Variations
Color information
#EECCA6 (or 0xEECCA6) is known color: Negroni. HEX triplet: EE, CC and A6. RGB value is (238,204,166). Sum of RGB (Red+Green+Blue) = 238+204+166=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECCA6 is #113359. Grayscale: #D2D2D2. Windows color (decimal): -1127258 or 10931438. OLE color: 10931438.
HSL color Cylindrical-coordinate representation of color #EECCA6: hue angle of 31.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EECCA6 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 166 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.07 |
| HSL | 31.67º | 0.68% | 0.79% | - |
| HSV(B) | 31.67º | 0.3% | 0.93% | - |
| XYZ | 63.74 | 64.12 | 45.09 | - |
| YUV | 209.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 166 | 0 | 0.14 | 0.30 | 0.07 | 31.67 | 0.68 | 0.79 |
| Hex | EE | CC | A6 | 0 | E | 1E | 7 | 20 | 44 | 4F |
| Octal | 356 | 314 | 246 | 0 | 16 | 36 | 7 | 40 | 104 | 117 |
| Binary | 11101110 | 11001100 | 10100110 | 0 | 1110 | 11110 | 111 | 100000 | 1000100 | 1001111 |
Color Harmonies of #EECCA6
Complementary color
Monochromatic Colors of #EECCA6
Black with #EECCA6
Text Example
Text Example
White with #EECCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCA6; }
p { color: rgb(238,204,166); }
H1.HeaderClassName
{
color: #EECCA6;
}
.AnyTagClassName
{
color: #EECCA6;
}
</style>
background-color css
<style>
a { background-color: #EECCA6; }
a { background-color: rgb(238,204,166); }
div.DivClassName
{
background-color: #EECCA6;
}
.BgClassName
{
background-color: #EECCA6;
}
</style>
border-color css
<style>
span { border-color: #EECCA6; }
span { border-color: rgb(238,204,166); }
td.TdClassName
{
border-color: #EECCA6;
}
.TagClassName
{
border-color: #EECCA6;
}
</style>