#EDC496

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

Shades of New Tan #EDC496

Tints of New Tan #EDC496

Color information

#EDC496 (or 0xEDC496) is unknown color: approx New Tan. HEX triplet: ED, C4 and 96. RGB value is (237,196,150). Sum of RGB (Red+Green+Blue) = 237+196+150=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC496 is #123B69. Grayscale: #CBCBCB. Windows color (decimal): -1194858 or 9880813. OLE color: 9880813.

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

Color convert

RGB237196150-
CMYK00.170.370.07
HSL31.72º70.73%75.88%-
HSV(B)31.72º36.71%92.94%-
XYZ60.1759.6937.2-
YUV203.0298.08152.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 196 (76.95% from 255) = 33.62%
BLUE value IS 150 (58.98% from 255) = 25.73%
R=40.65%
G=33.62%
B=25.73%

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
Decimal23719615000.170.370.0731.7270.7375.88
HexEDC49601125720474c
Octal35530422602145740107114
Binary11101101110001001001011001000110010111110000010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC496; }

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

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

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

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

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

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

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

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