#E6AD66

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

Shades of Harvest Gold #E6AD66

Tints of Harvest Gold #E6AD66

Color information

#E6AD66 (or 0xE6AD66) is unknown color: approx Harvest Gold. HEX triplet: E6, AD and 66. RGB value is (230,173,102). Sum of RGB (Red+Green+Blue) = 230+173+102=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD66 is #195299. Grayscale: #B6B6B6. Windows color (decimal): -1659546 or 6729190. OLE color: 6729190.

HSL color Cylindrical-coordinate representation of color #E6AD66: hue angle of 33.28º 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 #E6AD66 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB230173102-
CMYK00.250.560.10
HSL33.28º71.91%65.1%-
HSV(B)33.28º55.65%90.2%-
XYZ49.9747.6719.14-
YUV181.9582.88162.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.54%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 102 (40.23% from 255) = 20.20%
R=45.54%
G=34.26%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017310200.250.560.1033.2871.9165.1
HexE6AD6601938A214841
Octal346255146031701241110101
Binary11100110101011011100110011001111000101010000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AD66; }

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

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

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

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

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

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

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

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