#EDC395

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

Shades of New Tan #EDC395

Tints of New Tan #EDC395

Color information

#EDC395 (or 0xEDC395) is unknown color: approx New Tan. HEX triplet: ED, C3 and 95. RGB value is (237,195,149). Sum of RGB (Red+Green+Blue) = 237+195+149=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC395 is #123C6A. Grayscale: #CACACA. Windows color (decimal): -1195115 or 9815021. OLE color: 9815021.

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

Color convert

RGB237195149-
CMYK00.180.370.07
HSL31.36º70.97%75.69%-
HSV(B)31.36º37.13%92.94%-
XYZ59.8659.236.71-
YUV202.3197.91152.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 195 (76.56% from 255) = 33.56%
BLUE value IS 149 (58.59% from 255) = 25.65%
R=40.79%
G=33.56%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719514900.180.370.0731.3670.9775.69
HexEDC3950122571f474c
Octal35530322502245737107114
Binary1110110111000011100101010100101001011111111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC395; }

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

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

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

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

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

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

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

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