#EDBF65

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

Shades of Harvest Gold #EDBF65

Tints of Harvest Gold #EDBF65

Color information

#EDBF65 (or 0xEDBF65) is unknown color: approx Harvest Gold. HEX triplet: ED, BF and 65. RGB value is (237,191,101). Sum of RGB (Red+Green+Blue) = 237+191+101=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF65 is #12409A. Grayscale: #C2C2C2. Windows color (decimal): -1196187 or 6668269. OLE color: 6668269.

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

Color convert

RGB237191101-
CMYK00.190.570.07
HSL39.71º79.07%66.27%-
HSV(B)39.71º57.38%92.94%-
XYZ55.956.2120.21-
YUV194.4975.24158.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 101 (39.84% from 255) = 19.09%
R=44.80%
G=36.11%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719110100.190.570.0739.7179.0766.27
HexEDBF65013397284f42
Octal35527714502371750117102
Binary1110110110111111110010101001111100111110100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF65; }

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

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

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

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

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

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

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

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