#EFB465

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

Shades of Harvest Gold #EFB465

Tints of Harvest Gold #EFB465

Color information

#EFB465 (or 0xEFB465) is unknown color: approx Harvest Gold. HEX triplet: EF, B4 and 65. RGB value is (239,180,101). Sum of RGB (Red+Green+Blue) = 239+180+101=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB465 is #104B9A. Grayscale: #BDBDBD. Windows color (decimal): -1067931 or 6665455. OLE color: 6665455.

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

Color convert

RGB239180101-
CMYK00.250.580.06
HSL34.35º81.18%66.67%-
HSV(B)34.35º57.74%93.73%-
XYZ54.2751.9319.48-
YUV188.6478.55163.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.96%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 101 (39.84% from 255) = 19.42%
R=45.96%
G=34.62%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918010100.250.580.0634.3581.1866.67
HexEFB4650193A6225143
Octal35726414503172642121103
Binary1110111110110100110010101100111101011010001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB465; }

 p { color: rgb(239,180,101); }

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

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

 a { background-color: rgb(239,180,101); }

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

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

 span { border-color: rgb(239,180,101); }

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