#EFC26C

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

Shades of Harvest Gold #EFC26C

Tints of Harvest Gold #EFC26C

Color information

#EFC26C (or 0xEFC26C) is unknown color: approx Harvest Gold. HEX triplet: EF, C2 and 6C. RGB value is (239,194,108). Sum of RGB (Red+Green+Blue) = 239+194+108=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC26C is #103D93. Grayscale: #C6C6C6. Windows color (decimal): -1064340 or 7127791. OLE color: 7127791.

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

Color convert

RGB239194108-
CMYK00.190.550.06
HSL39.39º80.37%68.04%-
HSV(B)39.39º54.81%93.73%-
XYZ57.658.0222.35-
YUV197.6577.41157.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 108 (42.58% from 255) = 19.96%
R=44.18%
G=35.86%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919410800.190.550.0639.3980.3768.04
HexEFC26C013376275044
Octal35730215402367647120104
Binary1110111111000010110110001001111011111010011110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC26C; }

 p { color: rgb(239,194,108); }

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

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

 a { background-color: rgb(239,194,108); }

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

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

 span { border-color: rgb(239,194,108); }

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