#EDB475

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

Shades of Harvest Gold #EDB475

Tints of Harvest Gold #EDB475

Color information

#EDB475 (or 0xEDB475) is unknown color: approx Harvest Gold. HEX triplet: ED, B4 and 75. RGB value is (237,180,117). Sum of RGB (Red+Green+Blue) = 237+180+117=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB475 is #124B8A. Grayscale: #BEBEBE. Windows color (decimal): -1198987 or 7714029. OLE color: 7714029.

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

Color convert

RGB237180117-
CMYK00.240.510.07
HSL31.5º76.92%69.41%-
HSV(B)31.5º50.63%92.94%-
XYZ54.4651.9323.98-
YUV189.8686.88161.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 117 (46.09% from 255) = 21.91%
R=44.38%
G=33.71%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718011700.240.510.0731.576.9269.41
HexEDB475018337204d45
Octal35526416503063740115105
Binary1110110110110100111010101100011001111110000010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB475; }

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

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

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

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

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

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

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

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