#EDC296

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

Shades of New Tan #EDC296

Tints of New Tan #EDC296

Color information

#EDC296 (or 0xEDC296) is unknown color: approx New Tan. HEX triplet: ED, C2 and 96. RGB value is (237,194,150). Sum of RGB (Red+Green+Blue) = 237+194+150=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC296 is #123D69. Grayscale: #CACACA. Windows color (decimal): -1195370 or 9880301. OLE color: 9880301.

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

Color convert

RGB237194150-
CMYK00.180.370.07
HSL30.34º70.73%75.88%-
HSV(B)30.34º36.71%92.94%-
XYZ59.7258.7937.05-
YUV201.8498.75153.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 194 (76.17% from 255) = 33.39%
BLUE value IS 150 (58.98% from 255) = 25.82%
R=40.79%
G=33.39%
B=25.82%

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
Decimal23719415000.180.370.0730.3470.7375.88
HexEDC2960122571e474c
Octal35530222602245736107114
Binary1110110111000010100101100100101001011111111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC296; }

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

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

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

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

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

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

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

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