#E9B474

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

Shades of Harvest Gold #E9B474

Tints of Harvest Gold #E9B474

Color information

#E9B474 (or 0xE9B474) is unknown color: approx Harvest Gold. HEX triplet: E9, B4 and 74. RGB value is (233,180,116). Sum of RGB (Red+Green+Blue) = 233+180+116=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9B474 is #164B8B. Grayscale: #BCBCBC. Windows color (decimal): -1461132 or 7648489. OLE color: 7648489.

HSL color Cylindrical-coordinate representation of color #E9B474: hue angle of 32.82º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9B474 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB233180116-
CMYK00.230.500.09
HSL32.82º72.67%68.43%-
HSV(B)32.82º50.21%91.37%-
XYZ53.0851.2323.61-
YUV188.5587.06159.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.05%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 116 (45.70% from 255) = 21.93%
R=44.05%
G=34.03%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318011600.230.500.0932.8272.6768.43
HexE9B474017329214944
Octal351264164027621141111104
Binary11101001101101001110100010111110010100110000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B474; }

 p { color: rgb(233,180,116); }

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

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

 a { background-color: rgb(233,180,116); }

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

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

 span { border-color: rgb(233,180,116); }

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