#EDB775

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

Shades of Harvest Gold #EDB775

Tints of Harvest Gold #EDB775

Color information

#EDB775 (or 0xEDB775) is unknown color: approx Harvest Gold. HEX triplet: ED, B7 and 75. RGB value is (237,183,117). Sum of RGB (Red+Green+Blue) = 237+183+117=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB775 is #12488A. Grayscale: #BFBFBF. Windows color (decimal): -1198219 or 7714797. OLE color: 7714797.

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

Color convert

RGB237183117-
CMYK00.230.510.07
HSL33º76.92%69.41%-
HSV(B)33º50.63%92.94%-
XYZ55.0753.1624.19-
YUV191.6285.89160.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 183 (71.88% from 255) = 34.08%
BLUE value IS 117 (46.09% from 255) = 21.79%
R=44.13%
G=34.08%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718311700.230.510.073376.9269.41
HexEDB775017337214d45
Octal35526716502763741115105
Binary1110110110110111111010101011111001111110000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB775; }

 p { color: rgb(237,183,117); }

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

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

 a { background-color: rgb(237,183,117); }

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

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

 span { border-color: rgb(237,183,117); }

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