#E6C295

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

Shades of New Tan #E6C295

Tints of New Tan #E6C295

Color information

#E6C295 (or 0xE6C295) is unknown color: approx New Tan. HEX triplet: E6, C2 and 95. RGB value is (230,194,149). Sum of RGB (Red+Green+Blue) = 230+194+149=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C295 is #193D6A. Grayscale: #C7C7C7. Windows color (decimal): -1654123 or 9814758. OLE color: 9814758.

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

Color convert

RGB230194149-
CMYK00.160.350.10
HSL33.33º61.83%74.31%-
HSV(B)33.33º35.22%90.2%-
XYZ57.3557.5836.52-
YUV199.6399.43149.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.14%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=40.14%
G=33.86%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019414900.160.350.1033.3361.8374.31
HexE6C29501023A213e4a
Octal34630222502043124176112
Binary11100110110000101001010101000010001110101000011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C295; }

 p { color: rgb(230,194,149); }

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

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

 a { background-color: rgb(230,194,149); }

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

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

 span { border-color: rgb(230,194,149); }

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