#EDC498

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

Shades of New Tan #EDC498

Tints of New Tan #EDC498

Color information

#EDC498 (or 0xEDC498) is unknown color: approx New Tan. HEX triplet: ED, C4 and 98. RGB value is (237,196,152). Sum of RGB (Red+Green+Blue) = 237+196+152=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC498 is #123B67. Grayscale: #CBCBCB. Windows color (decimal): -1194856 or 10011885. OLE color: 10011885.

HSL color Cylindrical-coordinate representation of color #EDC498: hue angle of 31.06º 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 #EDC498 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB237196152-
CMYK00.170.360.07
HSL31.06º70.25%76.27%-
HSV(B)31.06º35.86%92.94%-
XYZ60.3359.7538.06-
YUV203.2499.08152.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 152 (59.77% from 255) = 25.98%
R=40.51%
G=33.50%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719615200.170.360.0731.0670.2576.27
HexEDC4980112471f464c
Octal35530423002144737106114
Binary1110110111000100100110000100011001001111111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC498; }

 p { color: rgb(237,196,152); }

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

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

 a { background-color: rgb(237,196,152); }

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

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

 span { border-color: rgb(237,196,152); }

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