#ECB170

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

Shades of Harvest Gold #ECB170

Tints of Harvest Gold #ECB170

Color information

#ECB170 (or 0xECB170) is unknown color: approx Harvest Gold. HEX triplet: EC, B1 and 70. RGB value is (236,177,112). Sum of RGB (Red+Green+Blue) = 236+177+112=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB170 is #134E8F. Grayscale: #BBBBBB. Windows color (decimal): -1265296 or 7385580. OLE color: 7385580.

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

Color convert

RGB236177112-
CMYK00.250.530.07
HSL31.45º76.54%68.24%-
HSV(B)31.45º52.54%92.55%-
XYZ53.2450.4522.26-
YUV187.2385.55162.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.95%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 112 (44.14% from 255) = 21.33%
R=44.95%
G=33.71%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617711200.250.530.0731.4576.5468.24
HexECB1700193571f4d44
Octal35426116003165737115104
Binary111011001011000111100000110011101011111111110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB170; }

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

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

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

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

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

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

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

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