#EDC195

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

Shades of New Tan #EDC195

Tints of New Tan #EDC195

Color information

#EDC195 (or 0xEDC195) is unknown color: approx New Tan. HEX triplet: ED, C1 and 95. RGB value is (237,193,149). Sum of RGB (Red+Green+Blue) = 237+193+149=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC195 is #123E6A. Grayscale: #C9C9C9. Windows color (decimal): -1195627 or 9814509. OLE color: 9814509.

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

Color convert

RGB237193149-
CMYK00.190.370.07
HSL30º70.97%75.69%-
HSV(B)30º37.13%92.94%-
XYZ59.4258.3136.56-
YUV201.1498.58153.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 193 (75.78% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 25.73%
R=40.93%
G=33.33%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719314900.190.370.073070.9775.69
HexEDC1950132571e474c
Octal35530122502345736107114
Binary1110110111000001100101010100111001011111111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC195; }

 p { color: rgb(237,193,149); }

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

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

 a { background-color: rgb(237,193,149); }

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

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

 span { border-color: rgb(237,193,149); }

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