#EDBC63

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

Shades of Harvest Gold #EDBC63

Tints of Harvest Gold #EDBC63

Color information

#EDBC63 (or 0xEDBC63) is unknown color: approx Harvest Gold. HEX triplet: ED, BC and 63. RGB value is (237,188,99). Sum of RGB (Red+Green+Blue) = 237+188+99=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC63 is #12439C. Grayscale: #C0C0C0. Windows color (decimal): -1196957 or 6536429. OLE color: 6536429.

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

Color convert

RGB23718899-
CMYK00.210.580.07
HSL38.7º79.31%65.88%-
HSV(B)38.7º58.23%92.94%-
XYZ55.1654.8719.49-
YUV192.575.23159.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 99 (39.06% from 255) = 18.89%
R=45.23%
G=35.88%
B=18.89%

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
Decimal2371889900.210.580.0738.779.3165.88
HexEDBC630153A7274f42
Octal35527414302572747117102
Binary1110110110111100110001101010111101011110011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC63; }

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

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

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

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

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

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

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

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