Shades of Negroni #E9CAA6
Tints of Negroni #E9CAA6
RGB
CMYK
RGB Variations
Color information
#E9CAA6 (or 0xE9CAA6) is known color: Negroni. HEX triplet: E9, CA and A6. RGB value is (233,202,166). Sum of RGB (Red+Green+Blue) = 233+202+166=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CAA6 is #163559. Grayscale: #CFCFCF. Windows color (decimal): -1455450 or 10930921. OLE color: 10930921.
HSL color Cylindrical-coordinate representation of color #E9CAA6: hue angle of 32.24º 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 #E9CAA6 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 166 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.09 |
| HSL | 32.24º | 0.6% | 0.78% | - |
| HSV(B) | 32.24º | 0.29% | 0.91% | - |
| XYZ | 61.61 | 62.32 | 44.86 | - |
| YUV | 207.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 166 | 0 | 0.13 | 0.29 | 0.09 | 32.24 | 0.6 | 0.78 |
| Hex | E9 | CA | A6 | 0 | D | 1D | 9 | 20 | 3C | 4E |
| Octal | 351 | 312 | 246 | 0 | 15 | 35 | 11 | 40 | 74 | 116 |
| Binary | 11101001 | 11001010 | 10100110 | 0 | 1101 | 11101 | 1001 | 100000 | 111100 | 1001110 |
Color Harmonies of #E9CAA6
Complementary color
Monochromatic Colors of #E9CAA6
Black with #E9CAA6
Text Example
Text Example
White with #E9CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CAA6; }
p { color: rgb(233,202,166); }
H1.HeaderClassName
{
color: #E9CAA6;
}
.AnyTagClassName
{
color: #E9CAA6;
}
</style>
background-color css
<style>
a { background-color: #E9CAA6; }
a { background-color: rgb(233,202,166); }
div.DivClassName
{
background-color: #E9CAA6;
}
.BgClassName
{
background-color: #E9CAA6;
}
</style>
border-color css
<style>
span { border-color: #E9CAA6; }
span { border-color: rgb(233,202,166); }
td.TdClassName
{
border-color: #E9CAA6;
}
.TagClassName
{
border-color: #E9CAA6;
}
</style>