#EDCCA0

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

Shades of New Tan #EDCCA0

Tints of New Tan #EDCCA0

Color information

#EDCCA0 (or 0xEDCCA0) is unknown color: approx New Tan. HEX triplet: ED, CC and A0. RGB value is (237,204,160). Sum of RGB (Red+Green+Blue) = 237+204+160=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCA0 is #12335F. Grayscale: #D1D1D1. Windows color (decimal): -1192800 or 10538221. OLE color: 10538221.

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

Color convert

RGB237204160-
CMYK00.140.320.07
HSL34.29º68.14%77.84%-
HSV(B)34.29º32.49%92.94%-
XYZ62.8663.7342.25-
YUV208.85100.43148.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 160 (62.89% from 255) = 26.62%
R=39.43%
G=33.94%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720416000.140.320.0734.2968.1477.84
HexEDCCA00E20722444e
Octal35531424001640742104116
Binary1110110111001100101000000111010000011110001010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCA0; }

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

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

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

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

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

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

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

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