#E8C069

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

Shades of Harvest Gold #E8C069

Tints of Harvest Gold #E8C069

Color information

#E8C069 (or 0xE8C069) is unknown color: approx Harvest Gold. HEX triplet: E8, C0 and 69. RGB value is (232,192,105). Sum of RGB (Red+Green+Blue) = 232+192+105=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C069 is #173F96. Grayscale: #C2C2C2. Windows color (decimal): -1523607 or 6930664. OLE color: 6930664.

HSL color Cylindrical-coordinate representation of color #E8C069: hue angle of 41.1º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8C069 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB232192105-
CMYK00.170.550.09
HSL41.1º73.41%66.08%-
HSV(B)41.1º54.74%90.98%-
XYZ54.6855.8821.27-
YUV194.0477.75155.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.86%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 105 (41.41% from 255) = 19.85%
R=43.86%
G=36.29%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219210500.170.550.0941.173.4166.08
HexE8C069011379294942
Octal350300151021671151111102
Binary11101000110000001101001010001110111100110100110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C069; }

 p { color: rgb(232,192,105); }

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

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

 a { background-color: rgb(232,192,105); }

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

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

 span { border-color: rgb(232,192,105); }

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