#EDB86E

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

Shades of Harvest Gold #EDB86E

Tints of Harvest Gold #EDB86E

Color information

#EDB86E (or 0xEDB86E) is unknown color: approx Harvest Gold. HEX triplet: ED, B8 and 6E. RGB value is (237,184,110). Sum of RGB (Red+Green+Blue) = 237+184+110=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB86E is #124791. Grayscale: #BFBFBF. Windows color (decimal): -1197970 or 7256301. OLE color: 7256301.

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

Color convert

RGB237184110-
CMYK00.220.540.07
HSL34.96º77.91%68.04%-
HSV(B)34.96º53.59%92.94%-
XYZ54.8853.4122.17-
YUV191.4182.06160.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 110 (43.36% from 255) = 20.72%
R=44.63%
G=34.65%
B=20.72%

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
Decimal23718411000.220.540.0734.9677.9168.04
HexEDB86E016367234e44
Octal35527015602666743116104
Binary1110110110111000110111001011011011011110001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB86E; }

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

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

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

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

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

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

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

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