#ECC168

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

Shades of Harvest Gold #ECC168

Tints of Harvest Gold #ECC168

Color information

#ECC168 (or 0xECC168) is unknown color: approx Harvest Gold. HEX triplet: EC, C1 and 68. RGB value is (236,193,104). Sum of RGB (Red+Green+Blue) = 236+193+104=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC168 is #133E97. Grayscale: #C4C4C4. Windows color (decimal): -1261208 or 6865388. OLE color: 6865388.

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

Color convert

RGB236193104-
CMYK00.180.560.07
HSL40.45º77.65%66.67%-
HSV(B)40.45º55.93%92.55%-
XYZ56.1656.9721.13-
YUV195.7176.25156.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 104 (41.02% from 255) = 19.51%
R=44.28%
G=36.21%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619310400.180.560.0740.4577.6566.67
HexECC168012387284e43
Octal35430115002270750116103
Binary1110110011000001110100001001011100011110100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC168; }

 p { color: rgb(236,193,104); }

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

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

 a { background-color: rgb(236,193,104); }

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

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

 span { border-color: rgb(236,193,104); }

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