#EDC292

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

Shades of New Tan #EDC292

Tints of New Tan #EDC292

Color information

#EDC292 (or 0xEDC292) is unknown color: approx New Tan. HEX triplet: ED, C2 and 92. RGB value is (237,194,146). Sum of RGB (Red+Green+Blue) = 237+194+146=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC292 is #123D6D. Grayscale: #C9C9C9. Windows color (decimal): -1195374 or 9618157. OLE color: 9618157.

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

Color convert

RGB237194146-
CMYK00.180.380.07
HSL31.65º71.65%75.1%-
HSV(B)31.65º38.4%92.94%-
XYZ59.4158.6635.39-
YUV201.3896.75153.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 194 (76.17% from 255) = 33.62%
BLUE value IS 146 (57.42% from 255) = 25.30%
R=41.07%
G=33.62%
B=25.30%

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
Decimal23719414600.180.380.0731.6571.6575.1
HexEDC29201226720484b
Octal35530222202246740110113
Binary11101101110000101001001001001010011011110000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC292; }

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

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

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

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

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

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

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

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