Shades of Negroni #EEC5A7
Tints of Negroni #EEC5A7
RGB
CMYK
RGB Variations
Color information
#EEC5A7 (or 0xEEC5A7) is known color: Negroni. HEX triplet: EE, C5 and A7. RGB value is (238,197,167). Sum of RGB (Red+Green+Blue) = 238+197+167=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 167 (65.62% from 255 or 27.74% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC5A7 is #113A58. Grayscale: #CECECE. Windows color (decimal): -1129049 or 10995182. OLE color: 10995182.
HSL color Cylindrical-coordinate representation of color #EEC5A7: hue angle of 25.35º 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 #EEC5A7 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 167 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.07 |
| HSL | 25.35º | 0.68% | 0.79% | - |
| HSV(B) | 25.35º | 0.3% | 0.93% | - |
| XYZ | 62.2 | 60.9 | 45.04 | - |
| YUV | 205.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 167 | 0 | 0.17 | 0.30 | 0.07 | 25.35 | 0.68 | 0.79 |
| Hex | EE | C5 | A7 | 0 | 11 | 1E | 7 | 19 | 44 | 4F |
| Octal | 356 | 305 | 247 | 0 | 21 | 36 | 7 | 31 | 104 | 117 |
| Binary | 11101110 | 11000101 | 10100111 | 0 | 10001 | 11110 | 111 | 11001 | 1000100 | 1001111 |
Color Harmonies of #EEC5A7
Complementary color
Monochromatic Colors of #EEC5A7
Black with #EEC5A7
Text Example
Text Example
White with #EEC5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5A7; }
p { color: rgb(238,197,167); }
H1.HeaderClassName
{
color: #EEC5A7;
}
.AnyTagClassName
{
color: #EEC5A7;
}
</style>
background-color css
<style>
a { background-color: #EEC5A7; }
a { background-color: rgb(238,197,167); }
div.DivClassName
{
background-color: #EEC5A7;
}
.BgClassName
{
background-color: #EEC5A7;
}
</style>
border-color css
<style>
span { border-color: #EEC5A7; }
span { border-color: rgb(238,197,167); }
td.TdClassName
{
border-color: #EEC5A7;
}
.TagClassName
{
border-color: #EEC5A7;
}
</style>