#EDC297

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

Shades of New Tan #EDC297

Tints of New Tan #EDC297

Color information

#EDC297 (or 0xEDC297) is unknown color: approx New Tan. HEX triplet: ED, C2 and 97. RGB value is (237,194,151). Sum of RGB (Red+Green+Blue) = 237+194+151=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 151 (59.38% from 255 or 25.95% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC297 is #123D68. Grayscale: #CACACA. Windows color (decimal): -1195369 or 9945837. OLE color: 9945837.

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

Color convert

RGB237194151-
CMYK00.180.360.07
HSL30º70.49%76.08%-
HSV(B)30º36.29%92.94%-
XYZ59.858.8237.48-
YUV201.9699.25153-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 25.95%
R=40.72%
G=33.33%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719415100.180.360.073070.4976.08
HexEDC2970122471e464c
Octal35530222702244736106114
Binary1110110111000010100101110100101001001111111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC297; }

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

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

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

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

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

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

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

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