#EDC79B

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

Shades of New Tan #EDC79B

Tints of New Tan #EDC79B

Color information

#EDC79B (or 0xEDC79B) is unknown color: approx New Tan. HEX triplet: ED, C7 and 9B. RGB value is (237,199,155). Sum of RGB (Red+Green+Blue) = 237+199+155=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC79B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC79B is #123864. Grayscale: #CDCDCD. Windows color (decimal): -1194085 or 10209261. OLE color: 10209261.

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

Color convert

RGB237199155-
CMYK00.160.350.07
HSL32.2º69.49%76.86%-
HSV(B)32.2º34.6%92.94%-
XYZ61.2661.2239.6-
YUV205.3599.59150.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 199 (78.12% from 255) = 33.67%
BLUE value IS 155 (60.94% from 255) = 26.23%
R=40.10%
G=33.67%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719915500.160.350.0732.269.4976.86
HexEDC79B01023720454d
Octal35530723302043740105115
Binary11101101110001111001101101000010001111110000010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC79B; }

 p { color: rgb(237,199,155); }

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

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

 a { background-color: rgb(237,199,155); }

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

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

 span { border-color: rgb(237,199,155); }

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