#EDC594

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

Shades of New Tan #EDC594

Tints of New Tan #EDC594

Color information

#EDC594 (or 0xEDC594) is unknown color: approx New Tan. HEX triplet: ED, C5 and 94. RGB value is (237,197,148). Sum of RGB (Red+Green+Blue) = 237+197+148=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC594 is #123A6B. Grayscale: #CBCBCB. Windows color (decimal): -1194604 or 9749997. OLE color: 9749997.

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

Color convert

RGB237197148-
CMYK00.170.380.07
HSL33.03º71.2%75.49%-
HSV(B)33.03º37.55%92.94%-
XYZ60.2460.0836.44-
YUV203.3796.75151.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 197 (77.34% from 255) = 33.85%
BLUE value IS 148 (58.20% from 255) = 25.43%
R=40.72%
G=33.85%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719714800.170.380.0733.0371.275.49
HexEDC59401126721474b
Octal35530522402146741107113
Binary11101101110001011001010001000110011011110000110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC594; }

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

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

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

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

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

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

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

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