#EFB870

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

Shades of Harvest Gold #EFB870

Tints of Harvest Gold #EFB870

Color information

#EFB870 (or 0xEFB870) is unknown color: approx Harvest Gold. HEX triplet: EF, B8 and 70. RGB value is (239,184,112). Sum of RGB (Red+Green+Blue) = 239+184+112=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB870 is #10478F. Grayscale: #C0C0C0. Windows color (decimal): -1066896 or 7387375. OLE color: 7387375.

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

Color convert

RGB239184112-
CMYK00.230.530.06
HSL34.02º79.87%68.82%-
HSV(B)34.02º53.14%93.73%-
XYZ55.6653.822.78-
YUV192.2482.72161.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.67%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 112 (44.14% from 255) = 20.93%
R=44.67%
G=34.39%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918411200.230.530.0634.0279.8768.82
HexEFB870017356225045
Octal35727016002765642120105
Binary1110111110111000111000001011111010111010001010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB870; }

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

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

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

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

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

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

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

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