#e9b465

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

Shades of Harvest Gold #E9B465

Tints of Harvest Gold #E9B465

Color information

#E9B465 (or 0xE9B465) is unknown color: approx Harvest Gold. HEX triplet: E9, B4 and 65. RGB value is (233,180,101). Sum of RGB (Red+Green+Blue) = 233+180+101=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9B465 is #164B9A. Grayscale: #BBBBBB. Windows color (decimal): -1461147 or 6665449. OLE color: 6665449.

HSL color Cylindrical-coordinate representation of color #E9B465: hue angle of 35.91º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E9B465 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB233180101-
CMYK00.230.570.09
HSL35.91º75%65.49%-
HSV(B)35.91º56.65%91.37%-
XYZ52.2750.9119.38-
YUV186.8479.56160.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.33%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 101 (39.84% from 255) = 19.65%
R=45.33%
G=35.02%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318010100.230.570.0935.917565.49
HexE9B465017399244b41
Octal351264145027711144113101
Binary11101001101101001100101010111111001100110010010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9b465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9b465; }

 p { color: rgb(233,180,101); }

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

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

 a { background-color: rgb(233,180,101); }

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

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

 span { border-color: rgb(233,180,101); }

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