#ECC263

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

Shades of Harvest Gold #ECC263

Tints of Harvest Gold #ECC263

Color information

#ECC263 (or 0xECC263) is unknown color: approx Harvest Gold. HEX triplet: EC, C2 and 63. RGB value is (236,194,99). Sum of RGB (Red+Green+Blue) = 236+194+99=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC263 is #133D9C. Grayscale: #C4C4C4. Windows color (decimal): -1260957 or 6537964. OLE color: 6537964.

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

Color convert

RGB23619499-
CMYK00.180.580.07
HSL41.61º78.29%65.69%-
HSV(B)41.61º58.05%92.55%-
XYZ56.1457.3219.91-
YUV195.7373.41156.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.61%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 99 (39.06% from 255) = 18.71%
R=44.61%
G=36.67%
B=18.71%

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
Decimal2361949900.180.580.0741.6178.2965.69
HexECC2630123A72a4e42
Octal35430214302272752116102
Binary1110110011000010110001101001011101011110101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC263; }

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

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

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

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

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

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

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

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