#EFB271

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

Shades of Harvest Gold #EFB271

Tints of Harvest Gold #EFB271

Color information

#EFB271 (or 0xEFB271) is unknown color: approx Harvest Gold. HEX triplet: EF, B2 and 71. RGB value is (239,178,113). Sum of RGB (Red+Green+Blue) = 239+178+113=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB271 is #104D8E. Grayscale: #BDBDBD. Windows color (decimal): -1068431 or 7451375. OLE color: 7451375.

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

Color convert

RGB239178113-
CMYK00.260.530.06
HSL30.95º79.75%69.02%-
HSV(B)30.95º52.72%93.73%-
XYZ54.551.3822.67-
YUV188.8385.21163.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.09%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 113 (44.53% from 255) = 21.32%
R=45.09%
G=33.58%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917811300.260.530.0630.9579.7569.02
HexEFB27101A3561f5045
Octal35726216103265637120105
Binary111011111011001011100010110101101011101111110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB271; }

 p { color: rgb(239,178,113); }

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

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

 a { background-color: rgb(239,178,113); }

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

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

 span { border-color: rgb(239,178,113); }

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