#EFC164

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

Shades of Harvest Gold #EFC164

Tints of Harvest Gold #EFC164

Color information

#EFC164 (or 0xEFC164) is unknown color: approx Harvest Gold. HEX triplet: EF, C1 and 64. RGB value is (239,193,100). Sum of RGB (Red+Green+Blue) = 239+193+100=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC164 is #103E9B. Grayscale: #C4C4C4. Windows color (decimal): -1064604 or 6603247. OLE color: 6603247.

HSL color Cylindrical-coordinate representation of color #EFC164: hue angle of 40.14º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFC164 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB239193100-
CMYK00.190.580.06
HSL40.14º81.29%66.47%-
HSV(B)40.14º58.16%93.73%-
XYZ56.9757.4120.14-
YUV196.1573.74158.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.92%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 100 (39.45% from 255) = 18.80%
R=44.92%
G=36.28%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919310000.190.580.0640.1481.2966.47
HexEFC1640133A6285142
Octal35730114402372650121102
Binary1110111111000001110010001001111101011010100010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC164; }

 p { color: rgb(239,193,100); }

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

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

 a { background-color: rgb(239,193,100); }

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

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

 span { border-color: rgb(239,193,100); }

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