#E4AF68

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

Shades of Harvest Gold #E4AF68

Tints of Harvest Gold #E4AF68

Color information

#E4AF68 (or 0xE4AF68) is unknown color: approx Harvest Gold. HEX triplet: E4, AF and 68. RGB value is (228,175,104). Sum of RGB (Red+Green+Blue) = 228+175+104=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AF68 is #1B5097. Grayscale: #B7B7B7. Windows color (decimal): -1790104 or 6860772. OLE color: 6860772.

HSL color Cylindrical-coordinate representation of color #E4AF68: hue angle of 34.35º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E4AF68 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB228175104-
CMYK00.230.540.11
HSL34.35º69.66%65.1%-
HSV(B)34.35º54.39%89.41%-
XYZ49.8248.1519.77-
YUV182.7583.56160.27-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.97%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 104 (41.02% from 255) = 20.51%
R=44.97%
G=34.52%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817510400.230.540.1134.3569.6665.1
HexE4AF6801736B224641
Octal344257150027661342106101
Binary11100100101011111101000010111110110101110001010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AF68; }

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

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

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

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

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

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

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

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