Shades of Negroni #E5C0A2
Tints of Negroni #E5C0A2
RGB
CMYK
RGB Variations
Color information
#E5C0A2 (or 0xE5C0A2) is known color: Negroni. HEX triplet: E5, C0 and A2. RGB value is (229,192,162). Sum of RGB (Red+Green+Blue) = 229+192+162=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C0A2 is #1A3F5D. Grayscale: #C7C7C7. Windows color (decimal): -1720158 or 10666213. OLE color: 10666213.
HSL color Cylindrical-coordinate representation of color #E5C0A2: hue angle of 26.87º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5C0A2 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 162 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.10 |
| HSL | 26.87º | 0.56% | 0.77% | - |
| HSV(B) | 26.87º | 0.29% | 0.9% | - |
| XYZ | 57.68 | 56.97 | 42.14 | - |
| YUV | 199.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 162 | 0 | 0.16 | 0.29 | 0.10 | 26.87 | 0.56 | 0.77 |
| Hex | E5 | C0 | A2 | 0 | 10 | 1D | A | 1B | 38 | 4D |
| Octal | 345 | 300 | 242 | 0 | 20 | 35 | 12 | 33 | 70 | 115 |
| Binary | 11100101 | 11000000 | 10100010 | 0 | 10000 | 11101 | 1010 | 11011 | 111000 | 1001101 |
Color Harmonies of #E5C0A2
Complementary color
Monochromatic Colors of #E5C0A2
Black with #E5C0A2
Text Example
Text Example
White with #E5C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C0A2; }
p { color: rgb(229,192,162); }
H1.HeaderClassName
{
color: #E5C0A2;
}
.AnyTagClassName
{
color: #E5C0A2;
}
</style>
background-color css
<style>
a { background-color: #E5C0A2; }
a { background-color: rgb(229,192,162); }
div.DivClassName
{
background-color: #E5C0A2;
}
.BgClassName
{
background-color: #E5C0A2;
}
</style>
border-color css
<style>
span { border-color: #E5C0A2; }
span { border-color: rgb(229,192,162); }
td.TdClassName
{
border-color: #E5C0A2;
}
.TagClassName
{
border-color: #E5C0A2;
}
</style>