#EFB769

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

Shades of Harvest Gold #EFB769

Tints of Harvest Gold #EFB769

Color information

#EFB769 (or 0xEFB769) is unknown color: approx Harvest Gold. HEX triplet: EF, B7 and 69. RGB value is (239,183,105). Sum of RGB (Red+Green+Blue) = 239+183+105=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB769 is #104896. Grayscale: #BFBFBF. Windows color (decimal): -1067159 or 6928367. OLE color: 6928367.

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

Color convert

RGB239183105-
CMYK00.230.560.06
HSL34.93º80.72%67.45%-
HSV(B)34.93º56.07%93.73%-
XYZ55.0853.2420.74-
YUV190.8579.55162.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.35%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 105 (41.41% from 255) = 19.92%
R=45.35%
G=34.72%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918310500.230.560.0634.9380.7267.45
HexEFB769017386235143
Octal35726715102770643121103
Binary1110111110110111110100101011111100011010001110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB769; }

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

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

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

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

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

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

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

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