#EFBD6B

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

Shades of Harvest Gold #EFBD6B

Tints of Harvest Gold #EFBD6B

Color information

#EFBD6B (or 0xEFBD6B) is unknown color: approx Harvest Gold. HEX triplet: EF, BD and 6B. RGB value is (239,189,107). Sum of RGB (Red+Green+Blue) = 239+189+107=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD6B is #104294. Grayscale: #C2C2C2. Windows color (decimal): -1065621 or 7060975. OLE color: 7060975.

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

Color convert

RGB239189107-
CMYK00.210.550.06
HSL37.27º80.49%67.84%-
HSV(B)37.27º55.23%93.73%-
XYZ56.4555.8121.71-
YUV194.678.56159.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.67%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 107 (42.19% from 255) = 20%
R=44.67%
G=35.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918910700.210.550.0637.2780.4967.84
HexEFBD6B015376255044
Octal35727515302567645120104
Binary1110111110111101110101101010111011111010010110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD6B; }

 p { color: rgb(239,189,107); }

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

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

 a { background-color: rgb(239,189,107); }

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

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

 span { border-color: rgb(239,189,107); }

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