#ECB662

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

Shades of Harvest Gold #ECB662

Tints of Harvest Gold #ECB662

Color information

#ECB662 (or 0xECB662) is unknown color: approx Harvest Gold. HEX triplet: EC, B6 and 62. RGB value is (236,182,98). Sum of RGB (Red+Green+Blue) = 236+182+98=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB662 is #13499D. Grayscale: #BCBCBC. Windows color (decimal): -1264030 or 6469356. OLE color: 6469356.

HSL color Cylindrical-coordinate representation of color #ECB662: hue angle of 36.52º 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 #ECB662 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB23618298-
CMYK00.230.580.07
HSL36.52º78.41%65.49%-
HSV(B)36.52º58.47%92.55%-
XYZ53.5252.1718.8-
YUV188.5776.89161.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.74%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 98 (38.67% from 255) = 18.99%
R=45.74%
G=35.27%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361829800.230.580.0736.5278.4165.49
HexECB6620173A7254e41
Octal35426614202772745116101
Binary1110110010110110110001001011111101011110010110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB662; }

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

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

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

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

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

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

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

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