#E9B475

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

Shades of Harvest Gold #E9B475

Tints of Harvest Gold #E9B475

Color information

#E9B475 (or 0xE9B475) is unknown color: approx Harvest Gold. HEX triplet: E9, B4 and 75. RGB value is (233,180,117). Sum of RGB (Red+Green+Blue) = 233+180+117=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9B475 is #164B8A. Grayscale: #BCBCBC. Windows color (decimal): -1461131 or 7714025. OLE color: 7714025.

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

Color convert

RGB233180117-
CMYK00.230.500.09
HSL32.59º72.5%68.63%-
HSV(B)32.59º49.79%91.37%-
XYZ53.1451.2523.92-
YUV188.6687.56159.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.96%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 117 (46.09% from 255) = 22.08%
R=43.96%
G=33.96%
B=22.08%

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
Decimal23318011700.230.500.0932.5972.568.63
HexE9B475017329214845
Octal351264165027621141110105
Binary11101001101101001110101010111110010100110000110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B475; }

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

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

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

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

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

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

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

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