#EDBC71

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

Shades of Harvest Gold #EDBC71

Tints of Harvest Gold #EDBC71

Color information

#EDBC71 (or 0xEDBC71) is unknown color: approx Harvest Gold. HEX triplet: ED, BC and 71. RGB value is (237,188,113). Sum of RGB (Red+Green+Blue) = 237+188+113=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC71 is #12438E. Grayscale: #C2C2C2. Windows color (decimal): -1196943 or 7453933. OLE color: 7453933.

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

Color convert

RGB237188113-
CMYK00.210.520.07
HSL36.29º77.5%68.63%-
HSV(B)36.29º52.32%92.94%-
XYZ55.8955.1623.32-
YUV194.182.23158.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 113 (44.53% from 255) = 21.00%
R=44.05%
G=34.94%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718811300.210.520.0736.2977.568.63
HexEDBC71015347244e45
Octal35527416102564744116105
Binary1110110110111100111000101010111010011110010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC71; }

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

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

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

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

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

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

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

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