#EDC597

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

Shades of New Tan #EDC597

Tints of New Tan #EDC597

Color information

#EDC597 (or 0xEDC597) is unknown color: approx New Tan. HEX triplet: ED, C5 and 97. RGB value is (237,197,151). Sum of RGB (Red+Green+Blue) = 237+197+151=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC597 is #123A68. Grayscale: #CBCBCB. Windows color (decimal): -1194601 or 9946605. OLE color: 9946605.

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

Color convert

RGB237197151-
CMYK00.170.360.07
HSL32.09º70.49%76.08%-
HSV(B)32.09º36.29%92.94%-
XYZ60.4860.1737.7-
YUV203.7298.25151.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 197 (77.34% from 255) = 33.68%
BLUE value IS 151 (59.38% from 255) = 25.81%
R=40.51%
G=33.68%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719715100.170.360.0732.0970.4976.08
HexEDC59701124720464c
Octal35530522702144740106114
Binary11101101110001011001011101000110010011110000010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC597; }

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

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

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

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

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

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

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

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