Shades of Negroni #E9CBA8
Tints of Negroni #E9CBA8
RGB
CMYK
RGB Variations
Color information
#E9CBA8 (or 0xE9CBA8) is known color: Negroni. HEX triplet: E9, CB and A8. RGB value is (233,203,168). Sum of RGB (Red+Green+Blue) = 233+203+168=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CBA8 is #163457. Grayscale: #D0D0D0. Windows color (decimal): -1455192 or 11062249. OLE color: 11062249.
HSL color Cylindrical-coordinate representation of color #E9CBA8: hue angle of 32.31º 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 #E9CBA8 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 168 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.09 |
| HSL | 32.31º | 0.6% | 0.79% | - |
| HSV(B) | 32.31º | 0.28% | 0.91% | - |
| XYZ | 62.03 | 62.86 | 45.91 | - |
| YUV | 207.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 168 | 0 | 0.13 | 0.28 | 0.09 | 32.31 | 0.6 | 0.79 |
| Hex | E9 | CB | A8 | 0 | D | 1C | 9 | 20 | 3C | 4F |
| Octal | 351 | 313 | 250 | 0 | 15 | 34 | 11 | 40 | 74 | 117 |
| Binary | 11101001 | 11001011 | 10101000 | 0 | 1101 | 11100 | 1001 | 100000 | 111100 | 1001111 |
Color Harmonies of #E9CBA8
Complementary color
Monochromatic Colors of #E9CBA8
Black with #E9CBA8
Text Example
Text Example
White with #E9CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBA8; }
p { color: rgb(233,203,168); }
H1.HeaderClassName
{
color: #E9CBA8;
}
.AnyTagClassName
{
color: #E9CBA8;
}
</style>
background-color css
<style>
a { background-color: #E9CBA8; }
a { background-color: rgb(233,203,168); }
div.DivClassName
{
background-color: #E9CBA8;
}
.BgClassName
{
background-color: #E9CBA8;
}
</style>
border-color css
<style>
span { border-color: #E9CBA8; }
span { border-color: rgb(233,203,168); }
td.TdClassName
{
border-color: #E9CBA8;
}
.TagClassName
{
border-color: #E9CBA8;
}
</style>