#EDAE63

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

Shades of Harvest Gold #EDAE63

Tints of Harvest Gold #EDAE63

Color information

#EDAE63 (or 0xEDAE63) is unknown color: approx Harvest Gold. HEX triplet: ED, AE and 63. RGB value is (237,174,99). Sum of RGB (Red+Green+Blue) = 237+174+99=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAE63 is #12519C. Grayscale: #B8B8B8. Windows color (decimal): -1200541 or 6532845. OLE color: 6532845.

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

Color convert

RGB23717499-
CMYK00.270.580.07
HSL32.61º79.31%65.88%-
HSV(B)32.61º58.23%92.94%-
XYZ52.3149.1818.54-
YUV184.2979.87165.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.47%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 99 (39.06% from 255) = 19.41%
R=46.47%
G=34.12%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371749900.270.580.0732.6179.3165.88
HexEDAE6301B3A7214f42
Octal35525614303372741117102
Binary1110110110101110110001101101111101011110000110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE63; }

 p { color: rgb(237,174,99); }

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

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

 a { background-color: rgb(237,174,99); }

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

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

 span { border-color: rgb(237,174,99); }

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