#EDBB71

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

Shades of Harvest Gold #EDBB71

Tints of Harvest Gold #EDBB71

Color information

#EDBB71 (or 0xEDBB71) is unknown color: approx Harvest Gold. HEX triplet: ED, BB and 71. RGB value is (237,187,113). Sum of RGB (Red+Green+Blue) = 237+187+113=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBB71 is #12448E. Grayscale: #C1C1C1. Windows color (decimal): -1197199 or 7453677. OLE color: 7453677.

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

Color convert

RGB237187113-
CMYK00.210.520.07
HSL35.81º77.5%68.63%-
HSV(B)35.81º52.32%92.94%-
XYZ55.6854.7423.25-
YUV193.5182.56159.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 113 (44.53% from 255) = 21.04%
R=44.13%
G=34.82%
B=21.04%

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
Decimal23718711300.210.520.0735.8177.568.63
HexEDBB71015347244e45
Octal35527316102564744116105
Binary1110110110111011111000101010111010011110010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBB71; }

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

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

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

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

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

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

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

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