#ecb473

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

Shades of Harvest Gold #ECB473

Tints of Harvest Gold #ECB473

Color information

#ECB473 (or 0xECB473) is unknown color: approx Harvest Gold. HEX triplet: EC, B4 and 73. RGB value is (236,180,115). Sum of RGB (Red+Green+Blue) = 236+180+115=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB473 is #134B8C. Grayscale: #BDBDBD. Windows color (decimal): -1264525 or 7582956. OLE color: 7582956.

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

Color convert

RGB236180115-
CMYK00.240.510.07
HSL32.23º76.1%68.82%-
HSV(B)32.23º51.27%92.55%-
XYZ54.0151.7123.35-
YUV189.3386.05161.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.44%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 115 (45.31% from 255) = 21.66%
R=44.44%
G=33.90%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618011500.240.510.0732.2376.168.82
HexECB473018337204c45
Octal35426416303063740114105
Binary1110110010110100111001101100011001111110000010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecb473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecb473; }

 p { color: rgb(236,180,115); }

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

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

 a { background-color: rgb(236,180,115); }

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

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

 span { border-color: rgb(236,180,115); }

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