#E1B968

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

Shades of Harvest Gold #E1B968

Tints of Harvest Gold #E1B968

Color information

#E1B968 (or 0xE1B968) is unknown color: approx Harvest Gold. HEX triplet: E1, B9 and 68. RGB value is (225,185,104). Sum of RGB (Red+Green+Blue) = 225+185+104=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B968 is #1E4697. Grayscale: #BCBCBC. Windows color (decimal): -1984152 or 6863329. OLE color: 6863329.

HSL color Cylindrical-coordinate representation of color #E1B968: hue angle of 40.17º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1B968 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB225185104-
CMYK00.180.540.12
HSL40.17º66.85%64.51%-
HSV(B)40.17º53.78%88.24%-
XYZ50.951.720.39-
YUV187.7380.75154.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.77%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 104 (41.02% from 255) = 20.23%
R=43.77%
G=35.99%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518510400.180.540.1240.1766.8564.51
HexE1B96801236C284341
Octal341271150022661450103101
Binary11100001101110011101000010010110110110010100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B968; }

 p { color: rgb(225,185,104); }

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

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

 a { background-color: rgb(225,185,104); }

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

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

 span { border-color: rgb(225,185,104); }

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