#EDCCA3

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

Shades of New Tan #EDCCA3

Tints of New Tan #EDCCA3

Color information

#EDCCA3 (or 0xEDCCA3) is unknown color: approx New Tan. HEX triplet: ED, CC and A3. RGB value is (237,204,163). Sum of RGB (Red+Green+Blue) = 237+204+163=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCA3 is #12335C. Grayscale: #D1D1D1. Windows color (decimal): -1192797 or 10734829. OLE color: 10734829.

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

Color convert

RGB237204163-
CMYK00.140.310.07
HSL33.24º67.27%78.43%-
HSV(B)33.24º31.22%92.94%-
XYZ63.1363.8343.64-
YUV209.19101.93147.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 163 (64.06% from 255) = 26.99%
R=39.24%
G=33.77%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720416300.140.310.0733.2467.2778.43
HexEDCCA30E1F721434e
Octal35531424301637741103116
Binary111011011100110010100011011101111111110000110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCA3; }

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

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

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

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

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

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

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

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