#E8C06C

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

Shades of Harvest Gold #E8C06C

Tints of Harvest Gold #E8C06C

Color information

#E8C06C (or 0xE8C06C) is unknown color: approx Harvest Gold. HEX triplet: E8, C0 and 6C. RGB value is (232,192,108). Sum of RGB (Red+Green+Blue) = 232+192+108=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C06C is #173F93. Grayscale: #C2C2C2. Windows color (decimal): -1523604 or 7127272. OLE color: 7127272.

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

Color convert

RGB232192108-
CMYK00.170.530.09
HSL40.65º72.94%66.67%-
HSV(B)40.65º53.45%90.98%-
XYZ54.8455.9422.09-
YUV194.3879.25154.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.61%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 108 (42.58% from 255) = 20.30%
R=43.61%
G=36.09%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219210800.170.530.0940.6572.9466.67
HexE8C06C011359294943
Octal350300154021651151111103
Binary11101000110000001101100010001110101100110100110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C06C; }

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

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

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

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

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

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

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

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