#E6AD68

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

Shades of Harvest Gold #E6AD68

Tints of Harvest Gold #E6AD68

Color information

#E6AD68 (or 0xE6AD68) is unknown color: approx Harvest Gold. HEX triplet: E6, AD and 68. RGB value is (230,173,104). Sum of RGB (Red+Green+Blue) = 230+173+104=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD68 is #195297. Grayscale: #B6B6B6. Windows color (decimal): -1659544 or 6860262. OLE color: 6860262.

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

Color convert

RGB230173104-
CMYK00.250.550.10
HSL32.86º71.59%65.49%-
HSV(B)32.86º54.78%90.2%-
XYZ50.0847.7119.67-
YUV182.1883.88162.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.36%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 104 (41.02% from 255) = 20.51%
R=45.36%
G=34.12%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017310400.250.550.1032.8671.5965.49
HexE6AD6801937A214841
Octal346255150031671241110101
Binary11100110101011011101000011001110111101010000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AD68; }

 p { color: rgb(230,173,104); }

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

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

 a { background-color: rgb(230,173,104); }

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

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

 span { border-color: rgb(230,173,104); }

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