#EDC896

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

Shades of New Tan #EDC896

Tints of New Tan #EDC896

Color information

#EDC896 (or 0xEDC896) is unknown color: approx New Tan. HEX triplet: ED, C8 and 96. RGB value is (237,200,150). Sum of RGB (Red+Green+Blue) = 237+200+150=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC896 is #123769. Grayscale: #CDCDCD. Windows color (decimal): -1193834 or 9881837. OLE color: 9881837.

HSL color Cylindrical-coordinate representation of color #EDC896: hue angle of 34.48º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDC896 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237200150-
CMYK00.160.370.07
HSL34.48º70.73%75.88%-
HSV(B)34.48º36.71%92.94%-
XYZ61.0861.5237.51-
YUV205.3696.76150.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 150 (58.98% from 255) = 25.55%
R=40.37%
G=34.07%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720015000.160.370.0734.4870.7375.88
HexEDC89601025722474c
Octal35531022602045742107114
Binary11101101110010001001011001000010010111110001010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC896; }

 p { color: rgb(237,200,150); }

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

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

 a { background-color: rgb(237,200,150); }

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

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

 span { border-color: rgb(237,200,150); }

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