#EDBF6E

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

Shades of Harvest Gold #EDBF6E

Tints of Harvest Gold #EDBF6E

Color information

#EDBF6E (or 0xEDBF6E) is unknown color: approx Harvest Gold. HEX triplet: ED, BF and 6E. RGB value is (237,191,110). Sum of RGB (Red+Green+Blue) = 237+191+110=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF6E is #124091. Grayscale: #C3C3C3. Windows color (decimal): -1196178 or 7258093. OLE color: 7258093.

HSL color Cylindrical-coordinate representation of color #EDBF6E: hue angle of 38.27º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDBF6E is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB237191110-
CMYK00.190.540.07
HSL38.27º77.91%68.04%-
HSV(B)38.27º53.59%92.94%-
XYZ56.3756.3922.67-
YUV195.5279.74157.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 110 (43.36% from 255) = 20.45%
R=44.05%
G=35.50%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719111000.190.540.0738.2777.9168.04
HexEDBF6E013367264e44
Octal35527715602366746116104
Binary1110110110111111110111001001111011011110011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF6E; }

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

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

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

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

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

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

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

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