#EDCBA1

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

Shades of New Tan #EDCBA1

Tints of New Tan #EDCBA1

Color information

#EDCBA1 (or 0xEDCBA1) is unknown color: approx New Tan. HEX triplet: ED, CB and A1. RGB value is (237,203,161). Sum of RGB (Red+Green+Blue) = 237+203+161=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBA1 is #12345E. Grayscale: #D0D0D0. Windows color (decimal): -1193055 or 10603501. OLE color: 10603501.

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

Color convert

RGB237203161-
CMYK00.140.320.07
HSL33.16º67.86%78.04%-
HSV(B)33.16º32.07%92.94%-
XYZ62.7163.2942.63-
YUV208.38101.26148.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 161 (63.28% from 255) = 26.79%
R=39.43%
G=33.78%
B=26.79%

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
Decimal23720316100.140.320.0733.1667.8678.04
HexEDCBA10E20721444e
Octal35531324101640741104116
Binary1110110111001011101000010111010000011110000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBA1; }

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

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

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

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

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

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

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

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