#EDC295

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

Shades of New Tan #EDC295

Tints of New Tan #EDC295

Color information

#EDC295 (or 0xEDC295) is unknown color: approx New Tan. HEX triplet: ED, C2 and 95. RGB value is (237,194,149). Sum of RGB (Red+Green+Blue) = 237+194+149=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC295 is #123D6A. Grayscale: #C9C9C9. Windows color (decimal): -1195371 or 9814765. OLE color: 9814765.

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

Color convert

RGB237194149-
CMYK00.180.370.07
HSL30.68º70.97%75.69%-
HSV(B)30.68º37.13%92.94%-
XYZ59.6458.7636.63-
YUV201.7398.25153.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 194 (76.17% from 255) = 33.45%
BLUE value IS 149 (58.59% from 255) = 25.69%
R=40.86%
G=33.45%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719414900.180.370.0730.6870.9775.69
HexEDC2950122571f474c
Octal35530222502245737107114
Binary1110110111000010100101010100101001011111111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC295; }

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

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

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

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

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

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

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

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