#EDC061

Color #EDC061 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #EDC061

Tints of Harvest Gold #EDC061

Color information

#EDC061 (or 0xEDC061) is unknown color: approx Harvest Gold. HEX triplet: ED, C0 and 61. RGB value is (237,192,97). Sum of RGB (Red+Green+Blue) = 237+192+97=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC061 is #123F9E. Grayscale: #C3C3C3. Windows color (decimal): -1195935 or 6406381. OLE color: 6406381.

HSL color Cylindrical-coordinate representation of color #EDC061: hue angle of 40.71º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDC061 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23719297-
CMYK00.190.590.07
HSL40.71º79.55%65.49%-
HSV(B)40.71º59.07%92.94%-
XYZ55.9356.5719.28-
YUV194.6272.91158.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 192 (75.39% from 255) = 36.50%
BLUE value IS 97 (38.28% from 255) = 18.44%
R=45.06%
G=36.50%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371929700.190.590.0740.7179.5565.49
HexEDC0610133B7295041
Octal35530014102373751120101
Binary1110110111000000110000101001111101111110100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC061; }

 p { color: rgb(237,192,97); }

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

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

 a { background-color: rgb(237,192,97); }

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

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

 span { border-color: rgb(237,192,97); }

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