#EDC794

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

Shades of New Tan #EDC794

Tints of New Tan #EDC794

Color information

#EDC794 (or 0xEDC794) is unknown color: approx New Tan. HEX triplet: ED, C7 and 94. RGB value is (237,199,148). Sum of RGB (Red+Green+Blue) = 237+199+148=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC794 is #12386B. Grayscale: #CCCCCC. Windows color (decimal): -1194092 or 9750509. OLE color: 9750509.

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

Color convert

RGB237199148-
CMYK00.160.380.07
HSL34.38º71.2%75.49%-
HSV(B)34.38º37.55%92.94%-
XYZ60.6960.9936.59-
YUV204.5596.09151.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 199 (78.12% from 255) = 34.08%
BLUE value IS 148 (58.20% from 255) = 25.34%
R=40.58%
G=34.08%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719914800.160.380.0734.3871.275.49
HexEDC79401026722474b
Octal35530722402046742107113
Binary11101101110001111001010001000010011011110001010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC794; }

 p { color: rgb(237,199,148); }

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

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

 a { background-color: rgb(237,199,148); }

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

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

 span { border-color: rgb(237,199,148); }

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