#EDB874

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

Shades of Harvest Gold #EDB874

Tints of Harvest Gold #EDB874

Color information

#EDB874 (or 0xEDB874) is unknown color: approx Harvest Gold. HEX triplet: ED, B8 and 74. RGB value is (237,184,116). Sum of RGB (Red+Green+Blue) = 237+184+116=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB874 is #12478B. Grayscale: #C0C0C0. Windows color (decimal): -1197964 or 7649517. OLE color: 7649517.

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

Color convert

RGB237184116-
CMYK00.220.510.07
HSL33.72º77.07%69.22%-
HSV(B)33.72º51.05%92.94%-
XYZ55.2253.5523.95-
YUV192.0985.06160.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 184 (72.27% from 255) = 34.26%
BLUE value IS 116 (45.70% from 255) = 21.60%
R=44.13%
G=34.26%
B=21.60%

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
Decimal23718411600.220.510.0733.7277.0769.22
HexEDB874016337224d45
Octal35527016402663742115105
Binary1110110110111000111010001011011001111110001010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB874; }

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

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

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

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

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

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

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

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