#ECC262

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

Shades of Harvest Gold #ECC262

Tints of Harvest Gold #ECC262

Color information

#ECC262 (or 0xECC262) is unknown color: approx Harvest Gold. HEX triplet: EC, C2 and 62. RGB value is (236,194,98). Sum of RGB (Red+Green+Blue) = 236+194+98=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC262 is #133D9D. Grayscale: #C4C4C4. Windows color (decimal): -1260958 or 6472428. OLE color: 6472428.

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

Color convert

RGB23619498-
CMYK00.180.580.07
HSL41.74º78.41%65.49%-
HSV(B)41.74º58.47%92.55%-
XYZ56.0957.319.66-
YUV195.6172.91156.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 98 (38.67% from 255) = 18.56%
R=44.70%
G=36.74%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361949800.180.580.0741.7478.4165.49
HexECC2620123A72a4e41
Octal35430214202272752116101
Binary1110110011000010110001001001011101011110101010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC262; }

 p { color: rgb(236,194,98); }

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

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

 a { background-color: rgb(236,194,98); }

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

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

 span { border-color: rgb(236,194,98); }

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