#EDBA67

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

Shades of Harvest Gold #EDBA67

Tints of Harvest Gold #EDBA67

Color information

#EDBA67 (or 0xEDBA67) is unknown color: approx Harvest Gold. HEX triplet: ED, BA and 67. RGB value is (237,186,103). Sum of RGB (Red+Green+Blue) = 237+186+103=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA67 is #124598. Grayscale: #C0C0C0. Windows color (decimal): -1197465 or 6798061. OLE color: 6798061.

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

Color convert

RGB237186103-
CMYK00.220.570.07
HSL37.16º78.82%66.67%-
HSV(B)37.16º56.54%92.94%-
XYZ54.9354.120.38-
YUV191.7977.9160.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 103 (40.62% from 255) = 19.58%
R=45.06%
G=35.36%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718610300.220.570.0737.1678.8266.67
HexEDBA67016397254f43
Octal35527214702671745117103
Binary1110110110111010110011101011011100111110010110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA67; }

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

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

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

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

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

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

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

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