#EDBC65

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

Shades of Harvest Gold #EDBC65

Tints of Harvest Gold #EDBC65

Color information

#EDBC65 (or 0xEDBC65) is unknown color: approx Harvest Gold. HEX triplet: ED, BC and 65. RGB value is (237,188,101). Sum of RGB (Red+Green+Blue) = 237+188+101=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC65 is #12439A. Grayscale: #C1C1C1. Windows color (decimal): -1196955 or 6667501. OLE color: 6667501.

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

Color convert

RGB237188101-
CMYK00.210.570.07
HSL38.38º79.07%66.27%-
HSV(B)38.38º57.38%92.94%-
XYZ55.2654.9120-
YUV192.7376.23159.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 101 (39.84% from 255) = 19.20%
R=45.06%
G=35.74%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718810100.210.570.0738.3879.0766.27
HexEDBC65015397264f42
Octal35527414502571746117102
Binary1110110110111100110010101010111100111110011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC65; }

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

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

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

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

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

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

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

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