#E7C494

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

Shades of New Tan #E7C494

Tints of New Tan #E7C494

Color information

#E7C494 (or 0xE7C494) is unknown color: approx New Tan. HEX triplet: E7, C4 and 94. RGB value is (231,196,148). Sum of RGB (Red+Green+Blue) = 231+196+148=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C494 is #183B6B. Grayscale: #C9C9C9. Windows color (decimal): -1588076 or 9749735. OLE color: 9749735.

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

Color convert

RGB231196148-
CMYK00.150.360.09
HSL34.7º63.36%74.31%-
HSV(B)34.7º35.93%90.59%-
XYZ58.0458.6136.27-
YUV200.9998.1149.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.17%
GREEN value IS 196 (76.95% from 255) = 34.09%
BLUE value IS 148 (58.20% from 255) = 25.74%
R=40.17%
G=34.09%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119614800.150.360.0934.763.3674.31
HexE7C4940F249233f4a
Octal34730422401744114377112
Binary1110011111000100100101000111110010010011000111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C494; }

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

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

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

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

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

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

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

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