#EDCC9E

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

Shades of New Tan #EDCC9E

Tints of New Tan #EDCC9E

Color information

#EDCC9E (or 0xEDCC9E) is unknown color: approx New Tan. HEX triplet: ED, CC and 9E. RGB value is (237,204,158). Sum of RGB (Red+Green+Blue) = 237+204+158=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCC9E is #123361. Grayscale: #D0D0D0. Windows color (decimal): -1192802 or 10407149. OLE color: 10407149.

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

Color convert

RGB237204158-
CMYK00.140.330.07
HSL34.94º68.7%77.45%-
HSV(B)34.94º33.33%92.94%-
XYZ62.6963.6641.33-
YUV208.6299.43148.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 158 (62.11% from 255) = 26.38%
R=39.57%
G=34.06%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720415800.140.330.0734.9468.777.45
HexEDCC9E0E21723454d
Octal35531423601641743105115
Binary1110110111001100100111100111010000111110001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC9E; }

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

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

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

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

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

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

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

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