#E4BF62

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

Shades of Harvest Gold #E4BF62

Tints of Harvest Gold #E4BF62

Color information

#E4BF62 (or 0xE4BF62) is unknown color: approx Harvest Gold. HEX triplet: E4, BF and 62. RGB value is (228,191,98). Sum of RGB (Red+Green+Blue) = 228+191+98=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BF62 is #1B409D. Grayscale: #BFBFBF. Windows color (decimal): -1786014 or 6471652. OLE color: 6471652.

HSL color Cylindrical-coordinate representation of color #E4BF62: hue angle of 42.92º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E4BF62 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB22819198-
CMYK00.160.570.11
HSL42.92º70.65%63.92%-
HSV(B)42.92º57.02%89.41%-
XYZ52.8354.6419.32-
YUV191.4675.26154.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.10%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 98 (38.67% from 255) = 18.96%
R=44.10%
G=36.94%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281919800.160.570.1142.9270.6563.92
HexE4BF6201039B2b4740
Octal344277142020711353107100
Binary11100100101111111100010010000111001101110101110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BF62; }

 p { color: rgb(228,191,98); }

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

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

 a { background-color: rgb(228,191,98); }

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

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

 span { border-color: rgb(228,191,98); }

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