#EDBD62

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

Shades of Harvest Gold #EDBD62

Tints of Harvest Gold #EDBD62

Color information

#EDBD62 (or 0xEDBD62) is unknown color: approx Harvest Gold. HEX triplet: ED, BD and 62. RGB value is (237,189,98). Sum of RGB (Red+Green+Blue) = 237+189+98=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD62 is #12429D. Grayscale: #C1C1C1. Windows color (decimal): -1196702 or 6471149. OLE color: 6471149.

HSL color Cylindrical-coordinate representation of color #EDBD62: hue angle of 39.28º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDBD62 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23718998-
CMYK00.200.590.07
HSL39.28º79.43%65.69%-
HSV(B)39.28º58.65%92.94%-
XYZ55.3355.2819.31-
YUV192.9874.4159.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 98 (38.67% from 255) = 18.70%
R=45.23%
G=36.07%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371899800.200.590.0739.2879.4365.69
HexEDBD620143B7274f42
Octal35527514202473747117102
Binary1110110110111101110001001010011101111110011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD62; }

 p { color: rgb(237,189,98); }

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

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

 a { background-color: rgb(237,189,98); }

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

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

 span { border-color: rgb(237,189,98); }

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