#EFB670

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

Shades of Harvest Gold #EFB670

Tints of Harvest Gold #EFB670

Color information

#EFB670 (or 0xEFB670) is unknown color: approx Harvest Gold. HEX triplet: EF, B6 and 70. RGB value is (239,182,112). Sum of RGB (Red+Green+Blue) = 239+182+112=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB670 is #10498F. Grayscale: #BFBFBF. Windows color (decimal): -1067408 or 7386863. OLE color: 7386863.

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

Color convert

RGB239182112-
CMYK00.240.530.06
HSL33.07º79.87%68.82%-
HSV(B)33.07º53.14%93.73%-
XYZ55.2552.9822.64-
YUV191.0683.38162.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 112 (44.14% from 255) = 21.01%
R=44.84%
G=34.15%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918211200.240.530.0633.0779.8768.82
HexEFB670018356215045
Octal35726616003065641120105
Binary1110111110110110111000001100011010111010000110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB670; }

 p { color: rgb(239,182,112); }

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

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

 a { background-color: rgb(239,182,112); }

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

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

 span { border-color: rgb(239,182,112); }

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