#EDC097

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

Shades of New Tan #EDC097

Tints of New Tan #EDC097

Color information

#EDC097 (or 0xEDC097) is unknown color: approx New Tan. HEX triplet: ED, C0 and 97. RGB value is (237,192,151). Sum of RGB (Red+Green+Blue) = 237+192+151=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC097 is #123F68. Grayscale: #C8C8C8. Windows color (decimal): -1195881 or 9945325. OLE color: 9945325.

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

Color convert

RGB237192151-
CMYK00.190.360.07
HSL28.6º70.49%76.08%-
HSV(B)28.6º36.29%92.94%-
XYZ59.3657.9437.33-
YUV200.7899.91153.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 192 (75.39% from 255) = 33.10%
BLUE value IS 151 (59.38% from 255) = 26.03%
R=40.86%
G=33.10%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719215100.190.360.0728.670.4976.08
HexEDC0970132471d464c
Octal35530022702344735106114
Binary1110110111000000100101110100111001001111110110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC097; }

 p { color: rgb(237,192,151); }

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

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

 a { background-color: rgb(237,192,151); }

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

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

 span { border-color: rgb(237,192,151); }

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