#E5B16D

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

Shades of Harvest Gold #E5B16D

Tints of Harvest Gold #E5B16D

Color information

#E5B16D (or 0xE5B16D) is unknown color: approx Harvest Gold. HEX triplet: E5, B1 and 6D. RGB value is (229,177,109). Sum of RGB (Red+Green+Blue) = 229+177+109=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B16D is #1A4E92. Grayscale: #B9B9B9. Windows color (decimal): -1724051 or 7188965. OLE color: 7188965.

HSL color Cylindrical-coordinate representation of color #E5B16D: hue angle of 34º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5B16D is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB229177109-
CMYK00.230.520.10
HSL34º69.77%66.27%-
HSV(B)34º52.4%89.8%-
XYZ50.849.2121.29-
YUV184.885.23159.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.47%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 109 (42.97% from 255) = 21.17%
R=44.47%
G=34.37%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917710900.230.520.103469.7766.27
HexE5B16D01734A224642
Octal345261155027641242106102
Binary11100101101100011101101010111110100101010001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B16D; }

 p { color: rgb(229,177,109); }

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

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

 a { background-color: rgb(229,177,109); }

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

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

 span { border-color: rgb(229,177,109); }

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