#ECB771

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

Shades of Harvest Gold #ECB771

Tints of Harvest Gold #ECB771

Color information

#ECB771 (or 0xECB771) is unknown color: approx Harvest Gold. HEX triplet: EC, B7 and 71. RGB value is (236,183,113). Sum of RGB (Red+Green+Blue) = 236+183+113=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB771 is #13488E. Grayscale: #BFBFBF. Windows color (decimal): -1263759 or 7452652. OLE color: 7452652.

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

Color convert

RGB236183113-
CMYK00.220.520.07
HSL34.15º76.4%68.43%-
HSV(B)34.15º52.12%92.55%-
XYZ54.5152.8922.96-
YUV190.8784.06160.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.36%
GREEN value IS 183 (71.88% from 255) = 34.40%
BLUE value IS 113 (44.53% from 255) = 21.24%
R=44.36%
G=34.40%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618311300.220.520.0734.1576.468.43
HexECB771016347224c44
Octal35426716102664742114104
Binary1110110010110111111000101011011010011110001010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB771; }

 p { color: rgb(236,183,113); }

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

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

 a { background-color: rgb(236,183,113); }

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

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

 span { border-color: rgb(236,183,113); }

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