#EDBA6E

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

Shades of Harvest Gold #EDBA6E

Tints of Harvest Gold #EDBA6E

Color information

#EDBA6E (or 0xEDBA6E) is unknown color: approx Harvest Gold. HEX triplet: ED, BA and 6E. RGB value is (237,186,110). Sum of RGB (Red+Green+Blue) = 237+186+110=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA6E is #124591. Grayscale: #C0C0C0. Windows color (decimal): -1197458 or 7256813. OLE color: 7256813.

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

Color convert

RGB237186110-
CMYK00.220.540.07
HSL35.91º77.91%68.04%-
HSV(B)35.91º53.59%92.94%-
XYZ55.354.2522.31-
YUV192.5881.4159.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 110 (43.36% from 255) = 20.64%
R=44.47%
G=34.90%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718611000.220.540.0735.9177.9168.04
HexEDBA6E016367244e44
Octal35527215602666744116104
Binary1110110110111010110111001011011011011110010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA6E; }

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

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

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

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

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

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

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

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