#ECB671

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

Shades of Harvest Gold #ECB671

Tints of Harvest Gold #ECB671

Color information

#ECB671 (or 0xECB671) is unknown color: approx Harvest Gold. HEX triplet: EC, B6 and 71. RGB value is (236,182,113). Sum of RGB (Red+Green+Blue) = 236+182+113=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB671 is #13498E. Grayscale: #BEBEBE. Windows color (decimal): -1264015 or 7452396. OLE color: 7452396.

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

Color convert

RGB236182113-
CMYK00.230.520.07
HSL33.66º76.4%68.43%-
HSV(B)33.66º52.12%92.55%-
XYZ54.352.4822.89-
YUV190.2884.39160.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.44%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 113 (44.53% from 255) = 21.28%
R=44.44%
G=34.27%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618211300.230.520.0733.6676.468.43
HexECB671017347224c44
Octal35426616102764742114104
Binary1110110010110110111000101011111010011110001010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB671; }

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

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

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

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

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

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

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

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