#E6B065

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

Shades of Harvest Gold #E6B065

Tints of Harvest Gold #E6B065

Color information

#E6B065 (or 0xE6B065) is unknown color: approx Harvest Gold. HEX triplet: E6, B0 and 65. RGB value is (230,176,101). Sum of RGB (Red+Green+Blue) = 230+176+101=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B065 is #194F9A. Grayscale: #B7B7B7. Windows color (decimal): -1658779 or 6664422. OLE color: 6664422.

HSL color Cylindrical-coordinate representation of color #E6B065: hue angle of 34.88º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6B065 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB230176101-
CMYK00.230.560.10
HSL34.88º72.07%64.9%-
HSV(B)34.88º56.09%90.2%-
XYZ50.5148.8119.07-
YUV183.681.39161.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.36%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 101 (39.84% from 255) = 19.92%
R=45.36%
G=34.71%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017610100.230.560.1034.8872.0764.9
HexE6B06501738A234841
Octal346260145027701243110101
Binary11100110101100001100101010111111000101010001110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B065; }

 p { color: rgb(230,176,101); }

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

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

 a { background-color: rgb(230,176,101); }

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

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

 span { border-color: rgb(230,176,101); }

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