#E7AD67

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

Shades of Harvest Gold #E7AD67

Tints of Harvest Gold #E7AD67

Color information

#E7AD67 (or 0xE7AD67) is unknown color: approx Harvest Gold. HEX triplet: E7, AD and 67. RGB value is (231,173,103). Sum of RGB (Red+Green+Blue) = 231+173+103=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 103 (40.62% from 255 or 20.32% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD67 is #185298. Grayscale: #B6B6B6. Windows color (decimal): -1594009 or 6794727. OLE color: 6794727.

HSL color Cylindrical-coordinate representation of color #E7AD67: hue angle of 32.81º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7AD67 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB231173103-
CMYK00.250.550.09
HSL32.81º72.73%65.49%-
HSV(B)32.81º55.41%90.59%-
XYZ50.3547.8619.42-
YUV182.3683.22162.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.56%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 103 (40.62% from 255) = 20.32%
R=45.56%
G=34.12%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117310300.250.550.0932.8172.7365.49
HexE7AD67019379214941
Octal347255147031671141111101
Binary11100111101011011100111011001110111100110000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AD67; }

 p { color: rgb(231,173,103); }

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

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

 a { background-color: rgb(231,173,103); }

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

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

 span { border-color: rgb(231,173,103); }

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