Shades of Negroni #E8CAA9
Tints of Negroni #E8CAA9
RGB
CMYK
RGB Variations
Color information
#E8CAA9 (or 0xE8CAA9) is known color: Negroni. HEX triplet: E8, CA and A9. RGB value is (232,202,169). Sum of RGB (Red+Green+Blue) = 232+202+169=603 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.47% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CAA9 is #173556. Grayscale: #CFCFCF. Windows color (decimal): -1520983 or 11127528. OLE color: 11127528.
HSL color Cylindrical-coordinate representation of color #E8CAA9: hue angle of 31.43º 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 #E8CAA9 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 169 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.09 |
| HSL | 31.43º | 0.58% | 0.79% | - |
| HSV(B) | 31.43º | 0.27% | 0.91% | - |
| XYZ | 61.56 | 62.26 | 46.31 | - |
| YUV | 207.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 169 | 0 | 0.13 | 0.27 | 0.09 | 31.43 | 0.58 | 0.79 |
| Hex | E8 | CA | A9 | 0 | D | 1B | 9 | 1F | 3A | 4F |
| Octal | 350 | 312 | 251 | 0 | 15 | 33 | 11 | 37 | 72 | 117 |
| Binary | 11101000 | 11001010 | 10101001 | 0 | 1101 | 11011 | 1001 | 11111 | 111010 | 1001111 |
Color Harmonies of #E8CAA9
Complementary color
Monochromatic Colors of #E8CAA9
Black with #E8CAA9
Text Example
Text Example
White with #E8CAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CAA9; }
p { color: rgb(232,202,169); }
H1.HeaderClassName
{
color: #E8CAA9;
}
.AnyTagClassName
{
color: #E8CAA9;
}
</style>
background-color css
<style>
a { background-color: #E8CAA9; }
a { background-color: rgb(232,202,169); }
div.DivClassName
{
background-color: #E8CAA9;
}
.BgClassName
{
background-color: #E8CAA9;
}
</style>
border-color css
<style>
span { border-color: #E8CAA9; }
span { border-color: rgb(232,202,169); }
td.TdClassName
{
border-color: #E8CAA9;
}
.TagClassName
{
border-color: #E8CAA9;
}
</style>