#EDC29C

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

Shades of New Tan #EDC29C

Tints of New Tan #EDC29C

Color information

#EDC29C (or 0xEDC29C) is unknown color: approx New Tan. HEX triplet: ED, C2 and 9C. RGB value is (237,194,156). Sum of RGB (Red+Green+Blue) = 237+194+156=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC29C is #123D63. Grayscale: #CACACA. Windows color (decimal): -1195364 or 10273517. OLE color: 10273517.

HSL color Cylindrical-coordinate representation of color #EDC29C: hue angle of 28.15º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDC29C is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237194156-
CMYK00.180.340.07
HSL28.15º69.23%77.06%-
HSV(B)28.15º34.18%92.94%-
XYZ60.2258.9939.66-
YUV202.52101.75152.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 194 (76.17% from 255) = 33.05%
BLUE value IS 156 (61.33% from 255) = 26.58%
R=40.37%
G=33.05%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719415600.180.340.0728.1569.2377.06
HexEDC29C0122271c454d
Octal35530223402242734105115
Binary1110110111000010100111000100101000101111110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC29C; }

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

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

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

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

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

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

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

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