#ECB271

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

Shades of Harvest Gold #ECB271

Tints of Harvest Gold #ECB271

Color information

#ECB271 (or 0xECB271) is unknown color: approx Harvest Gold. HEX triplet: EC, B2 and 71. RGB value is (236,178,113). Sum of RGB (Red+Green+Blue) = 236+178+113=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB271 is #134D8E. Grayscale: #BCBCBC. Windows color (decimal): -1265039 or 7451372. OLE color: 7451372.

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

Color convert

RGB236178113-
CMYK00.250.520.07
HSL31.71º76.4%68.43%-
HSV(B)31.71º52.12%92.55%-
XYZ53.4950.8722.62-
YUV187.9385.72162.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.78%
GREEN value IS 178 (69.92% from 255) = 33.78%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=44.78%
G=33.78%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617811300.250.520.0731.7176.468.43
HexECB271019347204c44
Octal35426216103164740114104
Binary1110110010110010111000101100111010011110000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB271; }

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

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

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

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

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

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

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

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