#EDBA6F

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

Shades of Harvest Gold #EDBA6F

Tints of Harvest Gold #EDBA6F

Color information

#EDBA6F (or 0xEDBA6F) is unknown color: approx Harvest Gold. HEX triplet: ED, BA and 6F. RGB value is (237,186,111). Sum of RGB (Red+Green+Blue) = 237+186+111=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA6F is #124590. Grayscale: #C1C1C1. Windows color (decimal): -1197457 or 7322349. OLE color: 7322349.

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

Color convert

RGB237186111-
CMYK00.220.530.07
HSL35.71º77.78%68.24%-
HSV(B)35.71º53.16%92.94%-
XYZ55.3554.2722.6-
YUV192.781.9159.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 111 (43.75% from 255) = 20.79%
R=44.38%
G=34.83%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718611100.220.530.0735.7177.7868.24
HexEDBA6F016357244e44
Octal35527215702665744116104
Binary1110110110111010110111101011011010111110010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA6F; }

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

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

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

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

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

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

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

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