Shades of Negroni #E8C9A9
Tints of Negroni #E8C9A9
RGB
CMYK
RGB Variations
Color information
#E8C9A9 (or 0xE8C9A9) is known color: Negroni. HEX triplet: E8, C9 and A9. RGB value is (232,201,169). Sum of RGB (Red+Green+Blue) = 232+201+169=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C9A9 is #173656. Grayscale: #CECECE. Windows color (decimal): -1521239 or 11127272. OLE color: 11127272.
HSL color Cylindrical-coordinate representation of color #E8C9A9: hue angle of 30.48º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8C9A9 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 169 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.09 |
| HSL | 30.48º | 0.58% | 0.79% | - |
| HSV(B) | 30.48º | 0.27% | 0.91% | - |
| XYZ | 61.33 | 61.79 | 46.23 | - |
| YUV | 206.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 169 | 0 | 0.13 | 0.27 | 0.09 | 30.48 | 0.58 | 0.79 |
| Hex | E8 | C9 | A9 | 0 | D | 1B | 9 | 1E | 3A | 4F |
| Octal | 350 | 311 | 251 | 0 | 15 | 33 | 11 | 36 | 72 | 117 |
| Binary | 11101000 | 11001001 | 10101001 | 0 | 1101 | 11011 | 1001 | 11110 | 111010 | 1001111 |
Color Harmonies of #E8C9A9
Complementary color
Monochromatic Colors of #E8C9A9
Black with #E8C9A9
Text Example
Text Example
White with #E8C9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C9A9; }
p { color: rgb(232,201,169); }
H1.HeaderClassName
{
color: #E8C9A9;
}
.AnyTagClassName
{
color: #E8C9A9;
}
</style>
background-color css
<style>
a { background-color: #E8C9A9; }
a { background-color: rgb(232,201,169); }
div.DivClassName
{
background-color: #E8C9A9;
}
.BgClassName
{
background-color: #E8C9A9;
}
</style>
border-color css
<style>
span { border-color: #E8C9A9; }
span { border-color: rgb(232,201,169); }
td.TdClassName
{
border-color: #E8C9A9;
}
.TagClassName
{
border-color: #E8C9A9;
}
</style>