#E7C196

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

Shades of New Tan #E7C196

Tints of New Tan #E7C196

Color information

#E7C196 (or 0xE7C196) is unknown color: approx New Tan. HEX triplet: E7, C1 and 96. RGB value is (231,193,150). Sum of RGB (Red+Green+Blue) = 231+193+150=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C196 is #183E69. Grayscale: #C7C7C7. Windows color (decimal): -1588842 or 9880039. OLE color: 9880039.

HSL color Cylindrical-coordinate representation of color #E7C196: hue angle of 31.85º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7C196 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB231193150-
CMYK00.160.350.09
HSL31.85º62.79%74.71%-
HSV(B)31.85º35.06%90.59%-
XYZ57.5357.3336.89-
YUV199.46100.09150.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.24%
GREEN value IS 193 (75.78% from 255) = 33.62%
BLUE value IS 150 (58.98% from 255) = 26.13%
R=40.24%
G=33.62%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119315000.160.350.0931.8562.7974.71
HexE7C196010239203f4b
Octal34730122602043114077113
Binary11100111110000011001011001000010001110011000001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C196; }

 p { color: rgb(231,193,150); }

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

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

 a { background-color: rgb(231,193,150); }

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

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

 span { border-color: rgb(231,193,150); }

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