#EDC265

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

Shades of Harvest Gold #EDC265

Tints of Harvest Gold #EDC265

Color information

#EDC265 (or 0xEDC265) is unknown color: approx Harvest Gold. HEX triplet: ED, C2 and 65. RGB value is (237,194,101). Sum of RGB (Red+Green+Blue) = 237+194+101=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC265 is #123D9A. Grayscale: #C4C4C4. Windows color (decimal): -1195419 or 6669037. OLE color: 6669037.

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

Color convert

RGB237194101-
CMYK00.180.570.07
HSL41.03º79.07%66.27%-
HSV(B)41.03º57.38%92.94%-
XYZ56.5757.5320.43-
YUV196.2674.25157.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 194 (76.17% from 255) = 36.47%
BLUE value IS 101 (39.84% from 255) = 18.98%
R=44.55%
G=36.47%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719410100.180.570.0741.0379.0766.27
HexEDC265012397294f42
Octal35530214502271751117102
Binary1110110111000010110010101001011100111110100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC265; }

 p { color: rgb(237,194,101); }

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

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

 a { background-color: rgb(237,194,101); }

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

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

 span { border-color: rgb(237,194,101); }

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