#EDB95F

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

Shades of Harvest Gold #EDB95F

Tints of Harvest Gold #EDB95F

Color information

#EDB95F (or 0xEDB95F) is unknown color: approx Harvest Gold. HEX triplet: ED, B9 and 5F. RGB value is (237,185,95). Sum of RGB (Red+Green+Blue) = 237+185+95=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB95F is #1246A0. Grayscale: #BEBEBE. Windows color (decimal): -1197729 or 6273517. OLE color: 6273517.

HSL color Cylindrical-coordinate representation of color #EDB95F: hue angle of 38.03º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDB95F is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23718595-
CMYK00.220.600.07
HSL38.03º79.78%65.1%-
HSV(B)38.03º59.92%92.94%-
XYZ54.3453.5318.29-
YUV190.2974.23161.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 95 (37.5% from 255) = 18.38%
R=45.84%
G=35.78%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371859500.220.600.0738.0379.7865.1
HexEDB95F0163C7265041
Octal35527113702674746120101
Binary1110110110111001101111101011011110011110011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB95F; }

 p { color: rgb(237,185,95); }

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

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

 a { background-color: rgb(237,185,95); }

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

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

 span { border-color: rgb(237,185,95); }

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