#E7AF69

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

Shades of Harvest Gold #E7AF69

Tints of Harvest Gold #E7AF69

Color information

#E7AF69 (or 0xE7AF69) is unknown color: approx Harvest Gold. HEX triplet: E7, AF and 69. RGB value is (231,175,105). Sum of RGB (Red+Green+Blue) = 231+175+105=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AF69 is #185096. Grayscale: #B8B8B8. Windows color (decimal): -1593495 or 6926311. OLE color: 6926311.

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

Color convert

RGB231175105-
CMYK00.240.550.09
HSL33.33º72.41%65.88%-
HSV(B)33.33º54.55%90.59%-
XYZ50.8348.6720.08-
YUV183.7683.55161.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.21%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 105 (41.41% from 255) = 20.55%
R=45.21%
G=34.25%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117510500.240.550.0933.3372.4165.88
HexE7AF69018379214842
Octal347257151030671141110102
Binary11100111101011111101001011000110111100110000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AF69; }

 p { color: rgb(231,175,105); }

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

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

 a { background-color: rgb(231,175,105); }

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

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

 span { border-color: rgb(231,175,105); }

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