#ECBA74

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

Shades of Harvest Gold #ECBA74

Tints of Harvest Gold #ECBA74

Color information

#ECBA74 (or 0xECBA74) is unknown color: approx Harvest Gold. HEX triplet: EC, BA and 74. RGB value is (236,186,116). Sum of RGB (Red+Green+Blue) = 236+186+116=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA74 is #13458B. Grayscale: #C1C1C1. Windows color (decimal): -1262988 or 7650028. OLE color: 7650028.

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

Color convert

RGB236186116-
CMYK00.210.510.07
HSL35º75.95%69.02%-
HSV(B)35º50.85%92.55%-
XYZ55.354.2124.07-
YUV192.9784.56158.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 116 (45.70% from 255) = 21.56%
R=43.87%
G=34.57%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618611600.210.510.073575.9569.02
HexECBA74015337234c45
Octal35427216402563743114105
Binary1110110010111010111010001010111001111110001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBA74; }

 p { color: rgb(236,186,116); }

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

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

 a { background-color: rgb(236,186,116); }

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

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

 span { border-color: rgb(236,186,116); }

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