#EDCCA1

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

Shades of New Tan #EDCCA1

Tints of New Tan #EDCCA1

Color information

#EDCCA1 (or 0xEDCCA1) is unknown color: approx New Tan. HEX triplet: ED, CC and A1. RGB value is (237,204,161). Sum of RGB (Red+Green+Blue) = 237+204+161=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCA1 is #12335E. Grayscale: #D1D1D1. Windows color (decimal): -1192799 or 10603757. OLE color: 10603757.

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

Color convert

RGB237204161-
CMYK00.140.320.07
HSL33.95º67.86%78.04%-
HSV(B)33.95º32.07%92.94%-
XYZ62.9563.7642.71-
YUV208.96100.93148-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 161 (63.28% from 255) = 26.74%
R=39.37%
G=33.89%
B=26.74%

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
Decimal23720416100.140.320.0733.9567.8678.04
HexEDCCA10E20722444e
Octal35531424101640742104116
Binary1110110111001100101000010111010000011110001010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCA1; }

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

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

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

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

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

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

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

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