#EDB974

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

Shades of Harvest Gold #EDB974

Tints of Harvest Gold #EDB974

Color information

#EDB974 (or 0xEDB974) is unknown color: approx Harvest Gold. HEX triplet: ED, B9 and 74. RGB value is (237,185,116). Sum of RGB (Red+Green+Blue) = 237+185+116=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB974 is #12468B. Grayscale: #C1C1C1. Windows color (decimal): -1197708 or 7649773. OLE color: 7649773.

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

Color convert

RGB237185116-
CMYK00.220.510.07
HSL34.21º77.07%69.22%-
HSV(B)34.21º51.05%92.94%-
XYZ55.4353.9624.02-
YUV192.6884.73159.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 116 (45.70% from 255) = 21.56%
R=44.05%
G=34.39%
B=21.56%

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
Decimal23718511600.220.510.0734.2177.0769.22
HexEDB974016337224d45
Octal35527116402663742115105
Binary1110110110111001111010001011011001111110001010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB974; }

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

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

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

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

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

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

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

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