Shades of Negroni #E9C5A8
Tints of Negroni #E9C5A8
RGB
CMYK
RGB Variations
Color information
#E9C5A8 (or 0xE9C5A8) is known color: Negroni. HEX triplet: E9, C5 and A8. RGB value is (233,197,168). Sum of RGB (Red+Green+Blue) = 233+197+168=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C5A8 is #163A57. Grayscale: #CCCCCC. Windows color (decimal): -1456728 or 11060713. OLE color: 11060713.
HSL color Cylindrical-coordinate representation of color #E9C5A8: hue angle of 26.77º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9C5A8 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 168 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.09 |
| HSL | 26.77º | 0.6% | 0.79% | - |
| HSV(B) | 26.77º | 0.28% | 0.91% | - |
| XYZ | 60.64 | 60.08 | 45.45 | - |
| YUV | 204.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 168 | 0 | 0.15 | 0.28 | 0.09 | 26.77 | 0.6 | 0.79 |
| Hex | E9 | C5 | A8 | 0 | F | 1C | 9 | 1B | 3C | 4F |
| Octal | 351 | 305 | 250 | 0 | 17 | 34 | 11 | 33 | 74 | 117 |
| Binary | 11101001 | 11000101 | 10101000 | 0 | 1111 | 11100 | 1001 | 11011 | 111100 | 1001111 |
Color Harmonies of #E9C5A8
Complementary color
Monochromatic Colors of #E9C5A8
Black with #E9C5A8
Text Example
Text Example
White with #E9C5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C5A8; }
p { color: rgb(233,197,168); }
H1.HeaderClassName
{
color: #E9C5A8;
}
.AnyTagClassName
{
color: #E9C5A8;
}
</style>
background-color css
<style>
a { background-color: #E9C5A8; }
a { background-color: rgb(233,197,168); }
div.DivClassName
{
background-color: #E9C5A8;
}
.BgClassName
{
background-color: #E9C5A8;
}
</style>
border-color css
<style>
span { border-color: #E9C5A8; }
span { border-color: rgb(233,197,168); }
td.TdClassName
{
border-color: #E9C5A8;
}
.TagClassName
{
border-color: #E9C5A8;
}
</style>