#ECB16A

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

Shades of Harvest Gold #ECB16A

Tints of Harvest Gold #ECB16A

Color information

#ECB16A (or 0xECB16A) is unknown color: approx Harvest Gold. HEX triplet: EC, B1 and 6A. RGB value is (236,177,106). Sum of RGB (Red+Green+Blue) = 236+177+106=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB16A is #134E95. Grayscale: #BABABA. Windows color (decimal): -1265302 or 6992364. OLE color: 6992364.

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

Color convert

RGB236177106-
CMYK00.250.550.07
HSL32.77º77.38%67.06%-
HSV(B)32.77º55.08%92.55%-
XYZ52.9250.3220.56-
YUV186.5582.55163.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 177 (69.53% from 255) = 34.10%
BLUE value IS 106 (41.80% from 255) = 20.42%
R=45.47%
G=34.10%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617710600.250.550.0732.7777.3867.06
HexECB16A019377214d43
Octal35426115203167741115103
Binary1110110010110001110101001100111011111110000110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB16A; }

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

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

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

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

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

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

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

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