#EDC591

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

Shades of New Tan #EDC591

Tints of New Tan #EDC591

Color information

#EDC591 (or 0xEDC591) is unknown color: approx New Tan. HEX triplet: ED, C5 and 91. RGB value is (237,197,145). Sum of RGB (Red+Green+Blue) = 237+197+145=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC591 is #123A6E. Grayscale: #CBCBCB. Windows color (decimal): -1194607 or 9553389. OLE color: 9553389.

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

Color convert

RGB237197145-
CMYK00.170.390.07
HSL33.91º71.88%74.9%-
HSV(B)33.91º38.82%92.94%-
XYZ6059.9835.2-
YUV203.0395.25152.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 197 (77.34% from 255) = 34.02%
BLUE value IS 145 (57.03% from 255) = 25.04%
R=40.93%
G=34.02%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719714500.170.390.0733.9171.8874.9
HexEDC59101127722484b
Octal35530522102147742110113
Binary11101101110001011001000101000110011111110001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC591; }

 p { color: rgb(237,197,145); }

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

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

 a { background-color: rgb(237,197,145); }

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

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

 span { border-color: rgb(237,197,145); }

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