#E6C494

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

Shades of New Tan #E6C494

Tints of New Tan #E6C494

Color information

#E6C494 (or 0xE6C494) is unknown color: approx New Tan. HEX triplet: E6, C4 and 94. RGB value is (230,196,148). Sum of RGB (Red+Green+Blue) = 230+196+148=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C494 is #193B6B. Grayscale: #C8C8C8. Windows color (decimal): -1653612 or 9749734. OLE color: 9749734.

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

Color convert

RGB230196148-
CMYK00.150.360.10
HSL35.12º62.12%74.12%-
HSV(B)35.12º35.65%90.2%-
XYZ57.7258.4436.26-
YUV200.6998.26148.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.07%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 148 (58.20% from 255) = 25.78%
R=40.07%
G=34.15%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019614800.150.360.1035.1262.1274.12
HexE6C4940F24A233e4a
Octal34630422401744124376112
Binary1110011011000100100101000111110010010101000111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C494; }

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

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

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

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

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

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

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

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