#EDB371

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

Shades of Harvest Gold #EDB371

Tints of Harvest Gold #EDB371

Color information

#EDB371 (or 0xEDB371) is unknown color: approx Harvest Gold. HEX triplet: ED, B3 and 71. RGB value is (237,179,113). Sum of RGB (Red+Green+Blue) = 237+179+113=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB371 is #124C8E. Grayscale: #BDBDBD. Windows color (decimal): -1199247 or 7451629. OLE color: 7451629.

HSL color Cylindrical-coordinate representation of color #EDB371: hue angle of 31.94º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDB371 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB237179113-
CMYK00.240.520.07
HSL31.94º77.5%68.63%-
HSV(B)31.94º52.32%92.94%-
XYZ54.0351.4422.7-
YUV188.8285.22162.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 113 (44.53% from 255) = 21.36%
R=44.80%
G=33.84%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717911300.240.520.0731.9477.568.63
HexEDB371018347204e45
Octal35526316103064740116105
Binary1110110110110011111000101100011010011110000010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB371; }

 p { color: rgb(237,179,113); }

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

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

 a { background-color: rgb(237,179,113); }

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

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

 span { border-color: rgb(237,179,113); }

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