#ECC395

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

Shades of New Tan #ECC395

Tints of New Tan #ECC395

Color information

#ECC395 (or 0xECC395) is unknown color: approx New Tan. HEX triplet: EC, C3 and 95. RGB value is (236,195,149). Sum of RGB (Red+Green+Blue) = 236+195+149=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC395 is #133C6A. Grayscale: #CACACA. Windows color (decimal): -1260651 or 9815020. OLE color: 9815020.

HSL color Cylindrical-coordinate representation of color #ECC395: hue angle of 31.72º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECC395 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB236195149-
CMYK00.170.370.07
HSL31.72º69.6%75.49%-
HSV(B)31.72º36.86%92.55%-
XYZ59.5359.0336.69-
YUV202.0298.08152.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.69%
GREEN value IS 195 (76.56% from 255) = 33.62%
BLUE value IS 149 (58.59% from 255) = 25.69%
R=40.69%
G=33.62%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619514900.170.370.0731.7269.675.49
HexECC39501125720464b
Octal35430322502145740106113
Binary11101100110000111001010101000110010111110000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC395; }

 p { color: rgb(236,195,149); }

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

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

 a { background-color: rgb(236,195,149); }

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

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

 span { border-color: rgb(236,195,149); }

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