#E7C495

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

Shades of New Tan #E7C495

Tints of New Tan #E7C495

Color information

#E7C495 (or 0xE7C495) is unknown color: approx New Tan. HEX triplet: E7, C4 and 95. RGB value is (231,196,149). Sum of RGB (Red+Green+Blue) = 231+196+149=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C495 is #183B6A. Grayscale: #C9C9C9. Windows color (decimal): -1588075 or 9815271. OLE color: 9815271.

HSL color Cylindrical-coordinate representation of color #E7C495: hue angle of 34.39º 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 #E7C495 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB231196149-
CMYK00.150.350.09
HSL34.39º63.08%74.51%-
HSV(B)34.39º35.5%90.59%-
XYZ58.1258.6436.69-
YUV201.1198.6149.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 196 (76.95% from 255) = 34.03%
BLUE value IS 149 (58.59% from 255) = 25.87%
R=40.10%
G=34.03%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119614900.150.350.0934.3963.0874.51
HexE7C4950F239223f4b
Octal34730422501743114277113
Binary1110011111000100100101010111110001110011000101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C495; }

 p { color: rgb(231,196,149); }

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

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

 a { background-color: rgb(231,196,149); }

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

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

 span { border-color: rgb(231,196,149); }

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