#EDB35F

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

Shades of Harvest Gold #EDB35F

Tints of Harvest Gold #EDB35F

Color information

#EDB35F (or 0xEDB35F) is unknown color: approx Harvest Gold. HEX triplet: ED, B3 and 5F. RGB value is (237,179,95). Sum of RGB (Red+Green+Blue) = 237+179+95=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB35F is #124CA0. Grayscale: #BBBBBB. Windows color (decimal): -1199265 or 6271981. OLE color: 6271981.

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

Color convert

RGB23717995-
CMYK00.240.600.07
HSL35.49º79.78%65.1%-
HSV(B)35.49º59.92%92.94%-
XYZ53.1151.0717.88-
YUV186.7776.22163.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 95 (37.5% from 255) = 18.59%
R=46.38%
G=35.03%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371799500.240.600.0735.4979.7865.1
HexEDB35F0183C7235041
Octal35526313703074743120101
Binary1110110110110011101111101100011110011110001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB35F; }

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

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

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

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

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

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

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

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