#edbc6e

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

Shades of Harvest Gold #EDBC6E

Tints of Harvest Gold #EDBC6E

Color information

#EDBC6E (or 0xEDBC6E) is unknown color: approx Harvest Gold. HEX triplet: ED, BC and 6E. RGB value is (237,188,110). Sum of RGB (Red+Green+Blue) = 237+188+110=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC6E is #124391. Grayscale: #C2C2C2. Windows color (decimal): -1196946 or 7257325. OLE color: 7257325.

HSL color Cylindrical-coordinate representation of color #EDBC6E: hue angle of 36.85º 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 #EDBC6E is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB237188110-
CMYK00.210.540.07
HSL36.85º77.91%68.04%-
HSV(B)36.85º53.59%92.94%-
XYZ55.7255.122.45-
YUV193.7680.73158.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 110 (43.36% from 255) = 20.56%
R=44.30%
G=35.14%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718811000.210.540.0736.8577.9168.04
HexEDBC6E015367254e44
Octal35527415602566745116104
Binary1110110110111100110111001010111011011110010110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edbc6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edbc6e; }

 p { color: rgb(237,188,110); }

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

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

 a { background-color: rgb(237,188,110); }

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

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

 span { border-color: rgb(237,188,110); }

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