#ECB16D

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

Shades of Harvest Gold #ECB16D

Tints of Harvest Gold #ECB16D

Color information

#ECB16D (or 0xECB16D) is unknown color: approx Harvest Gold. HEX triplet: EC, B1 and 6D. RGB value is (236,177,109). Sum of RGB (Red+Green+Blue) = 236+177+109=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB16D is #134E92. Grayscale: #BBBBBB. Windows color (decimal): -1265299 or 7188972. OLE color: 7188972.

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

Color convert

RGB236177109-
CMYK00.250.540.07
HSL32.13º76.97%67.65%-
HSV(B)32.13º53.81%92.55%-
XYZ53.0750.3821.4-
YUV186.8984.05163.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 177 (69.53% from 255) = 33.91%
BLUE value IS 109 (42.97% from 255) = 20.88%
R=45.21%
G=33.91%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617710900.250.540.0732.1376.9767.65
HexECB16D019367204d44
Octal35426115503166740115104
Binary1110110010110001110110101100111011011110000010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB16D; }

 p { color: rgb(236,177,109); }

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

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

 a { background-color: rgb(236,177,109); }

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

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

 span { border-color: rgb(236,177,109); }

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