#EDC393

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

Shades of New Tan #EDC393

Tints of New Tan #EDC393

Color information

#EDC393 (or 0xEDC393) is unknown color: approx New Tan. HEX triplet: ED, C3 and 93. RGB value is (237,195,147). Sum of RGB (Red+Green+Blue) = 237+195+147=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC393 is #123C6C. Grayscale: #CACACA. Windows color (decimal): -1195117 or 9683949. OLE color: 9683949.

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

Color convert

RGB237195147-
CMYK00.180.380.07
HSL32º71.43%75.29%-
HSV(B)32º37.97%92.94%-
XYZ59.7159.1435.87-
YUV202.0996.91152.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 195 (76.56% from 255) = 33.68%
BLUE value IS 147 (57.81% from 255) = 25.39%
R=40.93%
G=33.68%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719514700.180.380.073271.4375.29
HexEDC39301226720474b
Octal35530322302246740107113
Binary11101101110000111001001101001010011011110000010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC393; }

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

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

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

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

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

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

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

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