#EDBD71

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

Shades of Harvest Gold #EDBD71

Tints of Harvest Gold #EDBD71

Color information

#EDBD71 (or 0xEDBD71) is unknown color: approx Harvest Gold. HEX triplet: ED, BD and 71. RGB value is (237,189,113). Sum of RGB (Red+Green+Blue) = 237+189+113=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD71 is #12428E. Grayscale: #C3C3C3. Windows color (decimal): -1196687 or 7454189. OLE color: 7454189.

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

Color convert

RGB237189113-
CMYK00.200.520.07
HSL36.77º77.5%68.63%-
HSV(B)36.77º52.32%92.94%-
XYZ56.155.5923.4-
YUV194.6981.9158.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 113 (44.53% from 255) = 20.96%
R=43.97%
G=35.06%
B=20.96%

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
Decimal23718911300.200.520.0736.7777.568.63
HexEDBD71014347254e45
Octal35527516102464745116105
Binary1110110110111101111000101010011010011110010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD71; }

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

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

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

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

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

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

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

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