#EDBC64

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

Shades of Harvest Gold #EDBC64

Tints of Harvest Gold #EDBC64

Color information

#EDBC64 (or 0xEDBC64) is unknown color: approx Harvest Gold. HEX triplet: ED, BC and 64. RGB value is (237,188,100). Sum of RGB (Red+Green+Blue) = 237+188+100=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC64 is #12439B. Grayscale: #C1C1C1. Windows color (decimal): -1196956 or 6601965. OLE color: 6601965.

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

Color convert

RGB237188100-
CMYK00.210.580.07
HSL38.54º79.19%66.08%-
HSV(B)38.54º57.81%92.94%-
XYZ55.2154.8919.74-
YUV192.6275.73159.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 100 (39.45% from 255) = 19.05%
R=45.14%
G=35.81%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718810000.210.580.0738.5479.1966.08
HexEDBC640153A7274f42
Octal35527414402572747117102
Binary1110110110111100110010001010111101011110011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC64; }

 p { color: rgb(237,188,100); }

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

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

 a { background-color: rgb(237,188,100); }

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

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

 span { border-color: rgb(237,188,100); }

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