#E9B96D

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

Shades of Harvest Gold #E9B96D

Tints of Harvest Gold #E9B96D

Color information

#E9B96D (or 0xE9B96D) is unknown color: approx Harvest Gold. HEX triplet: E9, B9 and 6D. RGB value is (233,185,109). Sum of RGB (Red+Green+Blue) = 233+185+109=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9B96D is #164692. Grayscale: #BFBFBF. Windows color (decimal): -1459859 or 7191017. OLE color: 7191017.

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

Color convert

RGB233185109-
CMYK00.210.530.09
HSL36.77º73.81%67.06%-
HSV(B)36.77º53.22%91.37%-
XYZ53.7153.1321.89-
YUV190.6981.9158.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.21%
GREEN value IS 185 (72.66% from 255) = 35.10%
BLUE value IS 109 (42.97% from 255) = 20.68%
R=44.21%
G=35.10%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318510900.210.530.0936.7773.8167.06
HexE9B96D015359254a43
Octal351271155025651145112103
Binary11101001101110011101101010101110101100110010110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B96D; }

 p { color: rgb(233,185,109); }

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

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

 a { background-color: rgb(233,185,109); }

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

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

 span { border-color: rgb(233,185,109); }

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