#EFB270

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

Shades of Harvest Gold #EFB270

Tints of Harvest Gold #EFB270

Color information

#EFB270 (or 0xEFB270) is unknown color: approx Harvest Gold. HEX triplet: EF, B2 and 70. RGB value is (239,178,112). Sum of RGB (Red+Green+Blue) = 239+178+112=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB270 is #104D8F. Grayscale: #BDBDBD. Windows color (decimal): -1068432 or 7385839. OLE color: 7385839.

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

Color convert

RGB239178112-
CMYK00.260.530.06
HSL31.18º79.87%68.82%-
HSV(B)31.18º53.14%93.73%-
XYZ54.4451.3622.37-
YUV188.7284.71163.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 112 (44.14% from 255) = 21.17%
R=45.18%
G=33.65%
B=21.17%

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
Decimal23917811200.260.530.0631.1879.8768.82
HexEFB27001A3561f5045
Octal35726216003265637120105
Binary111011111011001011100000110101101011101111110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB270; }

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

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

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

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

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

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

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

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