#ECC066

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

Shades of Harvest Gold #ECC066

Tints of Harvest Gold #ECC066

Color information

#ECC066 (or 0xECC066) is unknown color: approx Harvest Gold. HEX triplet: EC, C0 and 66. RGB value is (236,192,102). Sum of RGB (Red+Green+Blue) = 236+192+102=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC066 is #133F99. Grayscale: #C3C3C3. Windows color (decimal): -1261466 or 6734060. OLE color: 6734060.

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

Color convert

RGB236192102-
CMYK00.190.570.07
HSL40.3º77.91%66.27%-
HSV(B)40.3º56.78%92.55%-
XYZ55.8456.4920.53-
YUV194.975.58157.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 102 (40.23% from 255) = 19.25%
R=44.53%
G=36.23%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619210200.190.570.0740.377.9166.27
HexECC066013397284e42
Octal35430014602371750116102
Binary1110110011000000110011001001111100111110100010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC066; }

 p { color: rgb(236,192,102); }

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

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

 a { background-color: rgb(236,192,102); }

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

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

 span { border-color: rgb(236,192,102); }

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