#ECC496

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

Shades of New Tan #ECC496

Tints of New Tan #ECC496

Color information

#ECC496 (or 0xECC496) is unknown color: approx New Tan. HEX triplet: EC, C4 and 96. RGB value is (236,196,150). Sum of RGB (Red+Green+Blue) = 236+196+150=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC496 is #133B69. Grayscale: #CACACA. Windows color (decimal): -1260394 or 9880812. OLE color: 9880812.

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

Color convert

RGB236196150-
CMYK00.170.360.07
HSL32.09º69.35%75.69%-
HSV(B)32.09º36.44%92.55%-
XYZ59.8459.5137.19-
YUV202.7298.25151.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.55%
GREEN value IS 196 (76.95% from 255) = 33.68%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=40.55%
G=33.68%
B=25.77%

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
Decimal23619615000.170.360.0732.0969.3575.69
HexECC49601124720454c
Octal35430422602144740105114
Binary11101100110001001001011001000110010011110000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC496; }

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

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

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

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

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

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

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

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