#ECC396

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

Shades of New Tan #ECC396

Tints of New Tan #ECC396

Color information

#ECC396 (or 0xECC396) is unknown color: approx New Tan. HEX triplet: EC, C3 and 96. RGB value is (236,195,150). Sum of RGB (Red+Green+Blue) = 236+195+150=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC396 is #133C69. Grayscale: #CACACA. Windows color (decimal): -1260650 or 9880556. OLE color: 9880556.

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

Color convert

RGB236195150-
CMYK00.170.360.07
HSL31.4º69.35%75.69%-
HSV(B)31.4º36.44%92.55%-
XYZ59.6159.0737.11-
YUV202.1398.58152.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 195 (76.56% from 255) = 33.56%
BLUE value IS 150 (58.98% from 255) = 25.82%
R=40.62%
G=33.56%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619515000.170.360.0731.469.3575.69
HexECC3960112471f454c
Octal35430322602144737105114
Binary1110110011000011100101100100011001001111111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC396; }

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

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

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

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

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

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

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

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