#EDC193

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

Shades of New Tan #EDC193

Tints of New Tan #EDC193

Color information

#EDC193 (or 0xEDC193) is unknown color: approx New Tan. HEX triplet: ED, C1 and 93. RGB value is (237,193,147). Sum of RGB (Red+Green+Blue) = 237+193+147=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC193 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC193 is #123E6C. Grayscale: #C9C9C9. Windows color (decimal): -1195629 or 9683437. OLE color: 9683437.

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

Color convert

RGB237193147-
CMYK00.190.380.07
HSL30.67º71.43%75.29%-
HSV(B)30.67º37.97%92.94%-
XYZ59.2658.2535.72-
YUV200.9197.58153.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 193 (75.78% from 255) = 33.45%
BLUE value IS 147 (57.81% from 255) = 25.48%
R=41.07%
G=33.45%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719314700.190.380.0730.6771.4375.29
HexEDC1930132671f474b
Octal35530122302346737107113
Binary1110110111000001100100110100111001101111111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC193; }

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

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

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

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

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

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

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

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