#EDC697

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

Shades of New Tan #EDC697

Tints of New Tan #EDC697

Color information

#EDC697 (or 0xEDC697) is unknown color: approx New Tan. HEX triplet: ED, C6 and 97. RGB value is (237,198,151). Sum of RGB (Red+Green+Blue) = 237+198+151=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC697 is #123968. Grayscale: #CCCCCC. Windows color (decimal): -1194345 or 9946861. OLE color: 9946861.

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

Color convert

RGB237198151-
CMYK00.160.360.07
HSL32.79º70.49%76.08%-
HSV(B)32.79º36.29%92.94%-
XYZ60.7160.6337.78-
YUV204.397.92151.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 198 (77.73% from 255) = 33.79%
BLUE value IS 151 (59.38% from 255) = 25.77%
R=40.44%
G=33.79%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719815100.160.360.0732.7970.4976.08
HexEDC69701024721464c
Octal35530622702044741106114
Binary11101101110001101001011101000010010011110000110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC697; }

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

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

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

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

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

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

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

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