#EDBA66

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

Shades of Harvest Gold #EDBA66

Tints of Harvest Gold #EDBA66

Color information

#EDBA66 (or 0xEDBA66) is unknown color: approx Harvest Gold. HEX triplet: ED, BA and 66. RGB value is (237,186,102). Sum of RGB (Red+Green+Blue) = 237+186+102=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA66 is #124599. Grayscale: #C0C0C0. Windows color (decimal): -1197466 or 6732525. OLE color: 6732525.

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

Color convert

RGB237186102-
CMYK00.220.570.07
HSL37.33º78.95%66.47%-
HSV(B)37.33º56.96%92.94%-
XYZ54.8854.0820.12-
YUV191.6777.4160.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 102 (40.23% from 255) = 19.43%
R=45.14%
G=35.43%
B=19.43%

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
Decimal23718610200.220.570.0737.3378.9566.47
HexEDBA66016397254f42
Octal35527214602671745117102
Binary1110110110111010110011001011011100111110010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA66; }

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

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

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

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

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

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

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

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