#E9AE5F

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

Shades of Harvest Gold #E9AE5F

Tints of Harvest Gold #E9AE5F

Color information

#E9AE5F (or 0xE9AE5F) is unknown color: approx Harvest Gold. HEX triplet: E9, AE and 5F. RGB value is (233,174,95). Sum of RGB (Red+Green+Blue) = 233+174+95=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AE5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AE5F is #1651A0. Grayscale: #B7B7B7. Windows color (decimal): -1462689 or 6270697. OLE color: 6270697.

HSL color Cylindrical-coordinate representation of color #E9AE5F: hue angle of 34.35º degrees, saturation: 0.76, 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 #E9AE5F is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23317495-
CMYK00.250.590.09
HSL34.35º75.82%64.31%-
HSV(B)34.35º59.23%91.37%-
XYZ50.8148.4217.5-
YUV182.6478.55163.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.41%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 95 (37.5% from 255) = 18.92%
R=46.41%
G=34.66%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331749500.250.590.0934.3575.8264.31
HexE9AE5F0193B9224c40
Octal351256137031731142114100
Binary11101001101011101011111011001111011100110001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AE5F; }

 p { color: rgb(233,174,95); }

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

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

 a { background-color: rgb(233,174,95); }

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

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

 span { border-color: rgb(233,174,95); }

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