#EAB16D

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

Shades of Harvest Gold #EAB16D

Tints of Harvest Gold #EAB16D

Color information

#EAB16D (or 0xEAB16D) is unknown color: approx Harvest Gold. HEX triplet: EA, B1 and 6D. RGB value is (234,177,109). Sum of RGB (Red+Green+Blue) = 234+177+109=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB16D is #154E92. Grayscale: #BABABA. Windows color (decimal): -1396371 or 7188970. OLE color: 7188970.

HSL color Cylindrical-coordinate representation of color #EAB16D: hue angle of 32.64º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAB16D is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234177109-
CMYK00.240.530.08
HSL32.64º74.85%67.25%-
HSV(B)32.64º53.42%91.76%-
XYZ52.4150.0421.36-
YUV186.2984.38162.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 109 (42.97% from 255) = 20.96%
R=45%
G=34.04%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417710900.240.530.0832.6474.8567.25
HexEAB16D018358214b43
Octal352261155030651041113103
Binary11101010101100011101101011000110101100010000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB16D; }

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

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

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

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

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

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

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

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