#ECBF64

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

Shades of Harvest Gold #ECBF64

Tints of Harvest Gold #ECBF64

Color information

#ECBF64 (or 0xECBF64) is unknown color: approx Harvest Gold. HEX triplet: EC, BF and 64. RGB value is (236,191,100). Sum of RGB (Red+Green+Blue) = 236+191+100=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF64 is #13409B. Grayscale: #C2C2C2. Windows color (decimal): -1261724 or 6602732. OLE color: 6602732.

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

Color convert

RGB236191100-
CMYK00.190.580.07
HSL40.15º78.16%65.88%-
HSV(B)40.15º57.63%92.55%-
XYZ55.5256.0119.94-
YUV194.0874.91157.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.78%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 100 (39.45% from 255) = 18.98%
R=44.78%
G=36.24%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619110000.190.580.0740.1578.1665.88
HexECBF640133A7284e42
Octal35427714402372750116102
Binary1110110010111111110010001001111101011110100010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBF64; }

 p { color: rgb(236,191,100); }

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

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

 a { background-color: rgb(236,191,100); }

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

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

 span { border-color: rgb(236,191,100); }

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