#EDBA74

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

Shades of Harvest Gold #EDBA74

Tints of Harvest Gold #EDBA74

Color information

#EDBA74 (or 0xEDBA74) is unknown color: approx Harvest Gold. HEX triplet: ED, BA and 74. RGB value is (237,186,116). Sum of RGB (Red+Green+Blue) = 237+186+116=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA74 is #12458B. Grayscale: #C1C1C1. Windows color (decimal): -1197452 or 7650029. OLE color: 7650029.

HSL color Cylindrical-coordinate representation of color #EDBA74: hue angle of 34.71º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDBA74 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237186116-
CMYK00.220.510.07
HSL34.71º77.07%69.22%-
HSV(B)34.71º51.05%92.94%-
XYZ55.6454.3824.09-
YUV193.2784.4159.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 116 (45.70% from 255) = 21.52%
R=43.97%
G=34.51%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718611600.220.510.0734.7177.0769.22
HexEDBA74016337234d45
Octal35527216402663743115105
Binary1110110110111010111010001011011001111110001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA74; }

 p { color: rgb(237,186,116); }

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

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

 a { background-color: rgb(237,186,116); }

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

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

 span { border-color: rgb(237,186,116); }

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