#E4B968

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

Shades of Harvest Gold #E4B968

Tints of Harvest Gold #E4B968

Color information

#E4B968 (or 0xE4B968) is unknown color: approx Harvest Gold. HEX triplet: E4, B9 and 68. RGB value is (228,185,104). Sum of RGB (Red+Green+Blue) = 228+185+104=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B968 is #1B4697. Grayscale: #BCBCBC. Windows color (decimal): -1787544 or 6863332. OLE color: 6863332.

HSL color Cylindrical-coordinate representation of color #E4B968: hue angle of 39.19º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E4B968 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB228185104-
CMYK00.190.540.11
HSL39.19º69.66%65.1%-
HSV(B)39.19º54.39%89.41%-
XYZ51.8452.1920.44-
YUV188.6280.25156.09-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.10%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 104 (41.02% from 255) = 20.12%
R=44.10%
G=35.78%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818510400.190.540.1139.1969.6665.1
HexE4B96801336B274641
Octal344271150023661347106101
Binary11100100101110011101000010011110110101110011110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B968; }

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

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

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

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

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

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

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

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