Shades of Negroni #E7C5A4
Tints of Negroni #E7C5A4
RGB
CMYK
RGB Variations
Color information
#E7C5A4 (or 0xE7C5A4) is known color: Negroni. HEX triplet: E7, C5 and A4. RGB value is (231,197,164). Sum of RGB (Red+Green+Blue) = 231+197+164=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C5A4 is #183A5B. Grayscale: #CBCBCB. Windows color (decimal): -1587804 or 10798567. OLE color: 10798567.
HSL color Cylindrical-coordinate representation of color #E7C5A4: hue angle of 29.55º 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 #E7C5A4 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 197 | 164 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.09 |
| HSL | 29.55º | 0.58% | 0.77% | - |
| HSV(B) | 29.55º | 0.29% | 0.91% | - |
| XYZ | 59.62 | 59.6 | 43.48 | - |
| YUV | 203.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 164 | 0 | 0.15 | 0.29 | 0.09 | 29.55 | 0.58 | 0.77 |
| Hex | E7 | C5 | A4 | 0 | F | 1D | 9 | 1E | 3A | 4D |
| Octal | 347 | 305 | 244 | 0 | 17 | 35 | 11 | 36 | 72 | 115 |
| Binary | 11100111 | 11000101 | 10100100 | 0 | 1111 | 11101 | 1001 | 11110 | 111010 | 1001101 |
Color Harmonies of #E7C5A4
Complementary color
Monochromatic Colors of #E7C5A4
Black with #E7C5A4
Text Example
Text Example
White with #E7C5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C5A4; }
p { color: rgb(231,197,164); }
H1.HeaderClassName
{
color: #E7C5A4;
}
.AnyTagClassName
{
color: #E7C5A4;
}
</style>
background-color css
<style>
a { background-color: #E7C5A4; }
a { background-color: rgb(231,197,164); }
div.DivClassName
{
background-color: #E7C5A4;
}
.BgClassName
{
background-color: #E7C5A4;
}
</style>
border-color css
<style>
span { border-color: #E7C5A4; }
span { border-color: rgb(231,197,164); }
td.TdClassName
{
border-color: #E7C5A4;
}
.TagClassName
{
border-color: #E7C5A4;
}
</style>