#EDC399

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

Shades of New Tan #EDC399

Tints of New Tan #EDC399

Color information

#EDC399 (or 0xEDC399) is unknown color: approx New Tan. HEX triplet: ED, C3 and 99. RGB value is (237,195,153). Sum of RGB (Red+Green+Blue) = 237+195+153=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC399 is #123C66. Grayscale: #CACACA. Windows color (decimal): -1195111 or 10077165. OLE color: 10077165.

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

Color convert

RGB237195153-
CMYK00.180.350.07
HSL30º70%76.47%-
HSV(B)30º35.44%92.94%-
XYZ60.1959.3338.42-
YUV202.7799.91152.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 26.15%
R=40.51%
G=33.33%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719515300.180.350.07307076.47
HexEDC3990122371e464c
Octal35530323102243736106114
Binary1110110111000011100110010100101000111111111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC399; }

 p { color: rgb(237,195,153); }

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

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

 a { background-color: rgb(237,195,153); }

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

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

 span { border-color: rgb(237,195,153); }

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