#EFB068

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

Shades of Harvest Gold #EFB068

Tints of Harvest Gold #EFB068

Color information

#EFB068 (or 0xEFB068) is unknown color: approx Harvest Gold. HEX triplet: EF, B0 and 68. RGB value is (239,176,104). Sum of RGB (Red+Green+Blue) = 239+176+104=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB068 is #104F97. Grayscale: #BABABA. Windows color (decimal): -1068952 or 6861039. OLE color: 6861039.

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

Color convert

RGB239176104-
CMYK00.260.560.06
HSL32º80.84%67.25%-
HSV(B)32º56.49%93.73%-
XYZ53.6250.420-
YUV186.6381.37165.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.05%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 104 (41.02% from 255) = 20.04%
R=46.05%
G=33.91%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917610400.260.560.063280.8467.25
HexEFB06801A386205143
Octal35726015003270640121103
Binary1110111110110000110100001101011100011010000010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB068; }

 p { color: rgb(239,176,104); }

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

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

 a { background-color: rgb(239,176,104); }

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

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

 span { border-color: rgb(239,176,104); }

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