#e8af68

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

Shades of Harvest Gold #E8AF68

Tints of Harvest Gold #E8AF68

Color information

#E8AF68 (or 0xE8AF68) is unknown color: approx Harvest Gold. HEX triplet: E8, AF and 68. RGB value is (232,175,104). Sum of RGB (Red+Green+Blue) = 232+175+104=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF68 is #175097. Grayscale: #B8B8B8. Windows color (decimal): -1527960 or 6860776. OLE color: 6860776.

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

Color convert

RGB232175104-
CMYK00.250.550.09
HSL33.28º73.56%65.88%-
HSV(B)33.28º55.17%90.98%-
XYZ51.1148.8219.83-
YUV183.9582.88162.27-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.40%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 104 (41.02% from 255) = 20.35%
R=45.40%
G=34.25%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217510400.250.550.0933.2873.5665.88
HexE8AF68019379214a42
Octal350257150031671141112102
Binary11101000101011111101000011001110111100110000110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8af68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8af68; }

 p { color: rgb(232,175,104); }

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

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

 a { background-color: rgb(232,175,104); }

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

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

 span { border-color: rgb(232,175,104); }

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