#E7AF6F

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

Shades of Harvest Gold #E7AF6F

Tints of Harvest Gold #E7AF6F

Color information

#E7AF6F (or 0xE7AF6F) is unknown color: approx Harvest Gold. HEX triplet: E7, AF and 6F. RGB value is (231,175,111). Sum of RGB (Red+Green+Blue) = 231+175+111=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AF6F is #185090. Grayscale: #B8B8B8. Windows color (decimal): -1593489 or 7319527. OLE color: 7319527.

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

Color convert

RGB231175111-
CMYK00.240.520.09
HSL32º71.43%67.06%-
HSV(B)32º51.95%90.59%-
XYZ51.1548.821.76-
YUV184.4586.55161.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.68%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 111 (43.75% from 255) = 21.47%
R=44.68%
G=33.85%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117511100.240.520.093271.4367.06
HexE7AF6F018349204743
Octal347257157030641140107103
Binary11100111101011111101111011000110100100110000010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AF6F; }

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

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

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

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

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

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

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

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