#EFB16D

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

Shades of Harvest Gold #EFB16D

Tints of Harvest Gold #EFB16D

Color information

#EFB16D (or 0xEFB16D) is unknown color: approx Harvest Gold. HEX triplet: EF, B1 and 6D. RGB value is (239,177,109). Sum of RGB (Red+Green+Blue) = 239+177+109=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB16D is #104E92. Grayscale: #BCBCBC. Windows color (decimal): -1068691 or 7188975. OLE color: 7188975.

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

Color convert

RGB239177109-
CMYK00.260.540.06
HSL31.38º80.25%68.24%-
HSV(B)31.38º54.39%93.73%-
XYZ54.0850.921.44-
YUV187.7983.54164.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.52%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 109 (42.97% from 255) = 20.76%
R=45.52%
G=33.71%
B=20.76%

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
Decimal23917710900.260.540.0631.3880.2568.24
HexEFB16D01A3661f5044
Octal35726115503266637120104
Binary111011111011000111011010110101101101101111110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB16D; }

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

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

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

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

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

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

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

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