#EDB875

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

Shades of Harvest Gold #EDB875

Tints of Harvest Gold #EDB875

Color information

#EDB875 (or 0xEDB875) is unknown color: approx Harvest Gold. HEX triplet: ED, B8 and 75. RGB value is (237,184,117). Sum of RGB (Red+Green+Blue) = 237+184+117=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB875 is #12478A. Grayscale: #C0C0C0. Windows color (decimal): -1197963 or 7715053. OLE color: 7715053.

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

Color convert

RGB237184117-
CMYK00.220.510.07
HSL33.5º76.92%69.41%-
HSV(B)33.5º50.63%92.94%-
XYZ55.2853.5724.26-
YUV192.2185.56159.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 184 (72.27% from 255) = 34.20%
BLUE value IS 117 (46.09% from 255) = 21.75%
R=44.05%
G=34.20%
B=21.75%

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
Decimal23718411700.220.510.0733.576.9269.41
HexEDB875016337224d45
Octal35527016502663742115105
Binary1110110110111000111010101011011001111110001010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB875; }

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

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

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

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

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

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

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

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