#e2af67

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

Shades of Harvest Gold #E2AF67

Tints of Harvest Gold #E2AF67

Color information

#E2AF67 (or 0xE2AF67) is unknown color: approx Harvest Gold. HEX triplet: E2, AF and 67. RGB value is (226,175,103). Sum of RGB (Red+Green+Blue) = 226+175+103=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AF67 is #1D5098. Grayscale: #B6B6B6. Windows color (decimal): -1921177 or 6795234. OLE color: 6795234.

HSL color Cylindrical-coordinate representation of color #E2AF67: hue angle of 35.12º degrees, saturation: 0.68, 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 #E2AF67 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB226175103-
CMYK00.230.540.11
HSL35.12º67.96%64.51%-
HSV(B)35.12º54.42%88.63%-
XYZ49.1447.8119.47-
YUV182.0483.4159.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.84%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 103 (40.62% from 255) = 20.44%
R=44.84%
G=34.72%
B=20.44%

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
Decimal22617510300.230.540.1135.1267.9664.51
HexE2AF6701736B234441
Octal342257147027661343104101
Binary11100010101011111100111010111110110101110001110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2af67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2af67; }

 p { color: rgb(226,175,103); }

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

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

 a { background-color: rgb(226,175,103); }

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

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

 span { border-color: rgb(226,175,103); }

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