#ECC495

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

Shades of New Tan #ECC495

Tints of New Tan #ECC495

Color information

#ECC495 (or 0xECC495) is unknown color: approx New Tan. HEX triplet: EC, C4 and 95. RGB value is (236,196,149). Sum of RGB (Red+Green+Blue) = 236+196+149=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC495 is #133B6A. Grayscale: #CACACA. Windows color (decimal): -1260395 or 9815276. OLE color: 9815276.

HSL color Cylindrical-coordinate representation of color #ECC495: hue angle of 32.41º 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 #ECC495 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB236196149-
CMYK00.170.370.07
HSL32.41º69.6%75.49%-
HSV(B)32.41º36.86%92.55%-
XYZ59.7659.4836.77-
YUV202.697.75151.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 196 (76.95% from 255) = 33.73%
BLUE value IS 149 (58.59% from 255) = 25.65%
R=40.62%
G=33.73%
B=25.65%

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
Decimal23619614900.170.370.0732.4169.675.49
HexECC49501125720464b
Octal35430422502145740106113
Binary11101100110001001001010101000110010111110000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC495; }

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

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

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

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

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

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

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

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