#EDC06D

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

Shades of Harvest Gold #EDC06D

Tints of Harvest Gold #EDC06D

Color information

#EDC06D (or 0xEDC06D) is unknown color: approx Harvest Gold. HEX triplet: ED, C0 and 6D. RGB value is (237,192,109). Sum of RGB (Red+Green+Blue) = 237+192+109=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC06D is #123F92. Grayscale: #C4C4C4. Windows color (decimal): -1195923 or 7192813. OLE color: 7192813.

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

Color convert

RGB237192109-
CMYK00.190.540.07
HSL38.91º78.05%67.84%-
HSV(B)38.91º54.01%92.94%-
XYZ56.5456.8122.45-
YUV195.9978.91157.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 109 (42.97% from 255) = 20.26%
R=44.05%
G=35.69%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719210900.190.540.0738.9178.0567.84
HexEDC06D013367274e44
Octal35530015502366747116104
Binary1110110111000000110110101001111011011110011110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC06D; }

 p { color: rgb(237,192,109); }

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

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

 a { background-color: rgb(237,192,109); }

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

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

 span { border-color: rgb(237,192,109); }

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