#EDC997

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

Shades of New Tan #EDC997

Tints of New Tan #EDC997

Color information

#EDC997 (or 0xEDC997) is unknown color: approx New Tan. HEX triplet: ED, C9 and 97. RGB value is (237,201,151). Sum of RGB (Red+Green+Blue) = 237+201+151=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 151 (59.38% from 255 or 25.64% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC997 is #123668. Grayscale: #CECECE. Windows color (decimal): -1193577 or 9947629. OLE color: 9947629.

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

Color convert

RGB237201151-
CMYK00.150.360.07
HSL34.88º70.49%76.08%-
HSV(B)34.88º36.29%92.94%-
XYZ61.462.0138.01-
YUV206.0696.93150.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 201 (78.91% from 255) = 34.13%
BLUE value IS 151 (59.38% from 255) = 25.64%
R=40.24%
G=34.13%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720115100.150.360.0734.8870.4976.08
HexEDC9970F24723464c
Octal35531122701744743106114
Binary1110110111001001100101110111110010011110001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC997; }

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

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

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

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

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

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

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

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