#EDBE6E

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

Shades of Harvest Gold #EDBE6E

Tints of Harvest Gold #EDBE6E

Color information

#EDBE6E (or 0xEDBE6E) is unknown color: approx Harvest Gold. HEX triplet: ED, BE and 6E. RGB value is (237,190,110). Sum of RGB (Red+Green+Blue) = 237+190+110=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE6E is #124191. Grayscale: #C3C3C3. Windows color (decimal): -1196434 or 7257837. OLE color: 7257837.

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

Color convert

RGB237190110-
CMYK00.200.540.07
HSL37.8º77.91%68.04%-
HSV(B)37.8º53.59%92.94%-
XYZ56.1555.9622.59-
YUV194.9380.07158-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 110 (43.36% from 255) = 20.48%
R=44.13%
G=35.38%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719011000.200.540.0737.877.9168.04
HexEDBE6E014367264e44
Octal35527615602466746116104
Binary1110110110111110110111001010011011011110011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE6E; }

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

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

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

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

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

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

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

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