#E7C6A7

Color #E7C6A7 Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #E7C6A7

Tints of Negroni #E7C6A7

Color information

#E7C6A7 (or 0xE7C6A7) is unknown color: approx Negroni. HEX triplet: E7, C6 and A7. RGB value is (231,198,167). Sum of RGB (Red+Green+Blue) = 231+198+167=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 167 (65.62% from 255 or 28.02% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C6A7 is #183958. Grayscale: #CCCCCC. Windows color (decimal): -1587545 or 10995431. OLE color: 10995431.

HSL color Cylindrical-coordinate representation of color #E7C6A7: hue angle of 29.06º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7C6A7 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB231198167-
CMYK00.140.280.09
HSL29.06º57.14%78.04%-
HSV(B)29.06º27.71%90.59%-
XYZ60.1260.1745-
YUV204.33106.93147.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 38.76%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 167 (65.62% from 255) = 28.02%
R=38.76%
G=33.22%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119816700.140.280.0929.0657.1478.04
HexE7C6A70E1C91d394e
Octal34730624701634113571116
Binary11100111110001101010011101110111001001111011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C6A7; }

 p { color: rgb(231,198,167); }

 H1.HeaderClassName
 {
   color: #E7C6A7;
 }
 .AnyTagClassName
 {
   color: #E7C6A7;
 }
</style>
background-color css

<style>
 a { background-color: #E7C6A7; }

 a { background-color: rgb(231,198,167); }

 div.DivClassName
 {
   background-color: #E7C6A7;
 }
 .BgClassName
 {
   background-color: #E7C6A7;
 }
</style>
border-color css

<style>
 span { border-color: #E7C6A7; }

 span { border-color: rgb(231,198,167); }

 td.TdClassName
 {
   border-color: #E7C6A7;
 }
 .TagClassName
 {
   border-color: #E7C6A7;
 }
</style>