Shades of Negroni #E9C9A6
Tints of Negroni #E9C9A6
RGB
CMYK
RGB Variations
Color information
#E9C9A6 (or 0xE9C9A6) is known color: Negroni. HEX triplet: E9, C9 and A6. RGB value is (233,201,166). Sum of RGB (Red+Green+Blue) = 233+201+166=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 166 (65.23% from 255 or 27.67% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C9A6 is #163659. Grayscale: #CECECE. Windows color (decimal): -1455706 or 10930665. OLE color: 10930665.
HSL color Cylindrical-coordinate representation of color #E9C9A6: hue angle of 31.34º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9C9A6 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 166 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.09 |
| HSL | 31.34º | 0.6% | 0.78% | - |
| HSV(B) | 31.34º | 0.29% | 0.91% | - |
| XYZ | 61.37 | 61.85 | 44.78 | - |
| YUV | 206.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 166 | 0 | 0.14 | 0.29 | 0.09 | 31.34 | 0.6 | 0.78 |
| Hex | E9 | C9 | A6 | 0 | E | 1D | 9 | 1F | 3C | 4E |
| Octal | 351 | 311 | 246 | 0 | 16 | 35 | 11 | 37 | 74 | 116 |
| Binary | 11101001 | 11001001 | 10100110 | 0 | 1110 | 11101 | 1001 | 11111 | 111100 | 1001110 |
Color Harmonies of #E9C9A6
Complementary color
Monochromatic Colors of #E9C9A6
Black with #E9C9A6
Text Example
Text Example
White with #E9C9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9A6; }
p { color: rgb(233,201,166); }
H1.HeaderClassName
{
color: #E9C9A6;
}
.AnyTagClassName
{
color: #E9C9A6;
}
</style>
background-color css
<style>
a { background-color: #E9C9A6; }
a { background-color: rgb(233,201,166); }
div.DivClassName
{
background-color: #E9C9A6;
}
.BgClassName
{
background-color: #E9C9A6;
}
</style>
border-color css
<style>
span { border-color: #E9C9A6; }
span { border-color: rgb(233,201,166); }
td.TdClassName
{
border-color: #E9C9A6;
}
.TagClassName
{
border-color: #E9C9A6;
}
</style>