#EDC8A0

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

Shades of New Tan #EDC8A0

Tints of New Tan #EDC8A0

Color information

#EDC8A0 (or 0xEDC8A0) is unknown color: approx New Tan. HEX triplet: ED, C8 and A0. RGB value is (237,200,160). Sum of RGB (Red+Green+Blue) = 237+200+160=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC8A0 is #12375F. Grayscale: #CECECE. Windows color (decimal): -1193824 or 10537197. OLE color: 10537197.

HSL color Cylindrical-coordinate representation of color #EDC8A0: hue angle of 31.17º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDC8A0 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237200160-
CMYK00.160.320.07
HSL31.17º68.14%77.84%-
HSV(B)31.17º32.49%92.94%-
XYZ61.9261.8541.93-
YUV206.5101.76149.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.70%
GREEN value IS 200 (78.52% from 255) = 33.50%
BLUE value IS 160 (62.89% from 255) = 26.80%
R=39.70%
G=33.50%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720016000.160.320.0731.1768.1477.84
HexEDC8A00102071f444e
Octal35531024002040737104116
Binary1110110111001000101000000100001000001111111110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8A0; }

 p { color: rgb(237,200,160); }

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

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

 a { background-color: rgb(237,200,160); }

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

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

 span { border-color: rgb(237,200,160); }

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