#EFB169

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

Shades of Harvest Gold #EFB169

Tints of Harvest Gold #EFB169

Color information

#EFB169 (or 0xEFB169) is unknown color: approx Harvest Gold. HEX triplet: EF, B1 and 69. RGB value is (239,177,105). Sum of RGB (Red+Green+Blue) = 239+177+105=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB169 is #104E96. Grayscale: #BBBBBB. Windows color (decimal): -1068695 or 6926831. OLE color: 6926831.

HSL color Cylindrical-coordinate representation of color #EFB169: hue angle of 32.24º 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 #EFB169 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB239177105-
CMYK00.260.560.06
HSL32.24º80.72%67.45%-
HSV(B)32.24º56.07%93.73%-
XYZ53.8750.8120.33-
YUV187.3381.54164.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 105 (41.41% from 255) = 20.15%
R=45.87%
G=33.97%
B=20.15%

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
Decimal23917710500.260.560.0632.2480.7267.45
HexEFB16901A386205143
Octal35726115103270640121103
Binary1110111110110001110100101101011100011010000010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB169; }

 p { color: rgb(239,177,105); }

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

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

 a { background-color: rgb(239,177,105); }

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

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

 span { border-color: rgb(239,177,105); }

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