Shades of Negroni #E8CBAA
Tints of Negroni #E8CBAA
RGB
CMYK
RGB Variations
Color information
#E8CBAA (or 0xE8CBAA) is known color: Negroni. HEX triplet: E8, CB and AA. RGB value is (232,203,170). Sum of RGB (Red+Green+Blue) = 232+203+170=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CBAA is #173455. Grayscale: #D0D0D0. Windows color (decimal): -1520726 or 11193320. OLE color: 11193320.
HSL color Cylindrical-coordinate representation of color #E8CBAA: hue angle of 31.94º degrees, saturation: 0.57, 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 #E8CBAA is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 170 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.09 |
| HSL | 31.94º | 0.57% | 0.79% | - |
| HSV(B) | 31.94º | 0.27% | 0.91% | - |
| XYZ | 61.89 | 62.77 | 46.88 | - |
| YUV | 207.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 170 | 0 | 0.12 | 0.27 | 0.09 | 31.94 | 0.57 | 0.79 |
| Hex | E8 | CB | AA | 0 | C | 1B | 9 | 20 | 39 | 4F |
| Octal | 350 | 313 | 252 | 0 | 14 | 33 | 11 | 40 | 71 | 117 |
| Binary | 11101000 | 11001011 | 10101010 | 0 | 1100 | 11011 | 1001 | 100000 | 111001 | 1001111 |
Color Harmonies of #E8CBAA
Complementary color
Monochromatic Colors of #E8CBAA
Black with #E8CBAA
Text Example
Text Example
White with #E8CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBAA; }
p { color: rgb(232,203,170); }
H1.HeaderClassName
{
color: #E8CBAA;
}
.AnyTagClassName
{
color: #E8CBAA;
}
</style>
background-color css
<style>
a { background-color: #E8CBAA; }
a { background-color: rgb(232,203,170); }
div.DivClassName
{
background-color: #E8CBAA;
}
.BgClassName
{
background-color: #E8CBAA;
}
</style>
border-color css
<style>
span { border-color: #E8CBAA; }
span { border-color: rgb(232,203,170); }
td.TdClassName
{
border-color: #E8CBAA;
}
.TagClassName
{
border-color: #E8CBAA;
}
</style>