#EDC293

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

Shades of New Tan #EDC293

Tints of New Tan #EDC293

Color information

#EDC293 (or 0xEDC293) is unknown color: approx New Tan. HEX triplet: ED, C2 and 93. RGB value is (237,194,147). Sum of RGB (Red+Green+Blue) = 237+194+147=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC293 is #123D6C. Grayscale: #C9C9C9. Windows color (decimal): -1195373 or 9683693. OLE color: 9683693.

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

Color convert

RGB237194147-
CMYK00.180.380.07
HSL31.33º71.43%75.29%-
HSV(B)31.33º37.97%92.94%-
XYZ59.4858.6935.8-
YUV201.597.25153.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 194 (76.17% from 255) = 33.56%
BLUE value IS 147 (57.81% from 255) = 25.43%
R=41.00%
G=33.56%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719414700.180.380.0731.3371.4375.29
HexEDC2930122671f474b
Octal35530222302246737107113
Binary1110110111000010100100110100101001101111111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC293; }

 p { color: rgb(237,194,147); }

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

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

 a { background-color: rgb(237,194,147); }

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

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

 span { border-color: rgb(237,194,147); }

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