#EFB26D

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

Shades of Harvest Gold #EFB26D

Tints of Harvest Gold #EFB26D

Color information

#EFB26D (or 0xEFB26D) is unknown color: approx Harvest Gold. HEX triplet: EF, B2 and 6D. RGB value is (239,178,109). Sum of RGB (Red+Green+Blue) = 239+178+109=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB26D is #104D92. Grayscale: #BCBCBC. Windows color (decimal): -1068435 or 7189231. OLE color: 7189231.

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

Color convert

RGB239178109-
CMYK00.260.540.06
HSL31.85º80.25%68.24%-
HSV(B)31.85º54.39%93.73%-
XYZ54.2851.321.51-
YUV188.3783.21164.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.44%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 109 (42.97% from 255) = 20.72%
R=45.44%
G=33.84%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917810900.260.540.0631.8580.2568.24
HexEFB26D01A366205044
Octal35726215503266640120104
Binary1110111110110010110110101101011011011010000010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB26D; }

 p { color: rgb(239,178,109); }

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

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

 a { background-color: rgb(239,178,109); }

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

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

 span { border-color: rgb(239,178,109); }

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