#E3AF70

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

Shades of Harvest Gold #E3AF70

Tints of Harvest Gold #E3AF70

Color information

#E3AF70 (or 0xE3AF70) is unknown color: approx Harvest Gold. HEX triplet: E3, AF and 70. RGB value is (227,175,112). Sum of RGB (Red+Green+Blue) = 227+175+112=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AF70 is #1C508F. Grayscale: #B7B7B7. Windows color (decimal): -1855632 or 7385059. OLE color: 7385059.

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

Color convert

RGB227175112-
CMYK00.230.510.11
HSL32.87º67.25%66.47%-
HSV(B)32.87º50.66%89.02%-
XYZ49.9348.1621.99-
YUV183.3787.73159.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.16%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 112 (44.14% from 255) = 21.79%
R=44.16%
G=34.05%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717511200.230.510.1132.8767.2566.47
HexE3AF7001733B214342
Octal343257160027631341103102
Binary11100011101011111110000010111110011101110000110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AF70; }

 p { color: rgb(227,175,112); }

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

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

 a { background-color: rgb(227,175,112); }

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

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

 span { border-color: rgb(227,175,112); }

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