#EDC197

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

Shades of New Tan #EDC197

Tints of New Tan #EDC197

Color information

#EDC197 (or 0xEDC197) is unknown color: approx New Tan. HEX triplet: ED, C1 and 97. RGB value is (237,193,151). Sum of RGB (Red+Green+Blue) = 237+193+151=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC197 is #123E68. Grayscale: #C9C9C9. Windows color (decimal): -1195625 or 9945581. OLE color: 9945581.

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

Color convert

RGB237193151-
CMYK00.190.360.07
HSL29.3º70.49%76.08%-
HSV(B)29.3º36.29%92.94%-
XYZ59.5858.3837.41-
YUV201.3799.58153.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 151 (59.38% from 255) = 25.99%
R=40.79%
G=33.22%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719315100.190.360.0729.370.4976.08
HexEDC1970132471d464c
Octal35530122702344735106114
Binary1110110111000001100101110100111001001111110110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC197; }

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

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

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

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

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

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

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

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