Shades of Negroni #E7C4A4
Tints of Negroni #E7C4A4
RGB
CMYK
RGB Variations
Color information
#E7C4A4 (or 0xE7C4A4) is known color: Negroni. HEX triplet: E7, C4 and A4. RGB value is (231,196,164). Sum of RGB (Red+Green+Blue) = 231+196+164=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C4A4 is #183B5B. Grayscale: #CACACA. Windows color (decimal): -1588060 or 10798311. OLE color: 10798311.
HSL color Cylindrical-coordinate representation of color #E7C4A4: hue angle of 28.66º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7C4A4 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 164 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.09 |
| HSL | 28.66º | 0.58% | 0.77% | - |
| HSV(B) | 28.66º | 0.29% | 0.91% | - |
| XYZ | 59.4 | 59.15 | 43.41 | - |
| YUV | 202.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 164 | 0 | 0.15 | 0.29 | 0.09 | 28.66 | 0.58 | 0.77 |
| Hex | E7 | C4 | A4 | 0 | F | 1D | 9 | 1D | 3A | 4D |
| Octal | 347 | 304 | 244 | 0 | 17 | 35 | 11 | 35 | 72 | 115 |
| Binary | 11100111 | 11000100 | 10100100 | 0 | 1111 | 11101 | 1001 | 11101 | 111010 | 1001101 |
Color Harmonies of #E7C4A4
Complementary color
Monochromatic Colors of #E7C4A4
Black with #E7C4A4
Text Example
Text Example
White with #E7C4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C4A4; }
p { color: rgb(231,196,164); }
H1.HeaderClassName
{
color: #E7C4A4;
}
.AnyTagClassName
{
color: #E7C4A4;
}
</style>
background-color css
<style>
a { background-color: #E7C4A4; }
a { background-color: rgb(231,196,164); }
div.DivClassName
{
background-color: #E7C4A4;
}
.BgClassName
{
background-color: #E7C4A4;
}
</style>
border-color css
<style>
span { border-color: #E7C4A4; }
span { border-color: rgb(231,196,164); }
td.TdClassName
{
border-color: #E7C4A4;
}
.TagClassName
{
border-color: #E7C4A4;
}
</style>