#EDBE71

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

Shades of Harvest Gold #EDBE71

Tints of Harvest Gold #EDBE71

Color information

#EDBE71 (or 0xEDBE71) is unknown color: approx Harvest Gold. HEX triplet: ED, BE and 71. RGB value is (237,190,113). Sum of RGB (Red+Green+Blue) = 237+190+113=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE71 is #12418E. Grayscale: #C3C3C3. Windows color (decimal): -1196431 or 7454445. OLE color: 7454445.

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

Color convert

RGB237190113-
CMYK00.200.520.07
HSL37.26º77.5%68.63%-
HSV(B)37.26º52.32%92.94%-
XYZ56.3256.0223.47-
YUV195.2781.57157.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.89%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 113 (44.53% from 255) = 20.93%
R=43.89%
G=35.19%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719011300.200.520.0737.2677.568.63
HexEDBE71014347254e45
Octal35527616102464745116105
Binary1110110110111110111000101010011010011110010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE71; }

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

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

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

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

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

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

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

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