#E7B65F

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

Shades of Harvest Gold #E7B65F

Tints of Harvest Gold #E7B65F

Color information

#E7B65F (or 0xE7B65F) is unknown color: approx Harvest Gold. HEX triplet: E7, B6 and 5F. RGB value is (231,182,95). Sum of RGB (Red+Green+Blue) = 231+182+95=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B65F is #1849A0. Grayscale: #BBBBBB. Windows color (decimal): -1591713 or 6272743. OLE color: 6272743.

HSL color Cylindrical-coordinate representation of color #E7B65F: hue angle of 38.38º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7B65F is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23118295-
CMYK00.210.590.09
HSL38.38º73.91%63.92%-
HSV(B)38.38º58.87%90.59%-
XYZ51.7551.2718-
YUV186.7376.23159.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 182 (71.48% from 255) = 35.83%
BLUE value IS 95 (37.5% from 255) = 18.70%
R=45.47%
G=35.83%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311829500.210.590.0938.3873.9163.92
HexE7B65F0153B9264a40
Octal347266137025731146112100
Binary11100111101101101011111010101111011100110011010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B65F; }

 p { color: rgb(231,182,95); }

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

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

 a { background-color: rgb(231,182,95); }

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

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

 span { border-color: rgb(231,182,95); }

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