#EDB260

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

Shades of Harvest Gold #EDB260

Tints of Harvest Gold #EDB260

Color information

#EDB260 (or 0xEDB260) is unknown color: approx Harvest Gold. HEX triplet: ED, B2 and 60. RGB value is (237,178,96). Sum of RGB (Red+Green+Blue) = 237+178+96=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB260 is #124D9F. Grayscale: #BABABA. Windows color (decimal): -1199520 or 6337261. OLE color: 6337261.

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

Color convert

RGB23717896-
CMYK00.250.590.07
HSL34.89º79.66%65.29%-
HSV(B)34.89º59.49%92.94%-
XYZ52.9650.6918.06-
YUV186.2977.05164.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 96 (37.89% from 255) = 18.79%
R=46.38%
G=34.83%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371789600.250.590.0734.8979.6665.29
HexEDB2600193B7235041
Octal35526214003173743120101
Binary1110110110110010110000001100111101111110001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB260; }

 p { color: rgb(237,178,96); }

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

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

 a { background-color: rgb(237,178,96); }

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

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

 span { border-color: rgb(237,178,96); }

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