#EAB16A

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

Shades of Harvest Gold #EAB16A

Tints of Harvest Gold #EAB16A

Color information

#EAB16A (or 0xEAB16A) is unknown color: approx Harvest Gold. HEX triplet: EA, B1 and 6A. RGB value is (234,177,106). Sum of RGB (Red+Green+Blue) = 234+177+106=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB16A is #154E95. Grayscale: #BABABA. Windows color (decimal): -1396374 or 6992362. OLE color: 6992362.

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

Color convert

RGB234177106-
CMYK00.240.550.08
HSL33.28º75.29%66.67%-
HSV(B)33.28º54.7%91.76%-
XYZ52.2649.9820.53-
YUV185.9582.88162.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 177 (69.53% from 255) = 34.24%
BLUE value IS 106 (41.80% from 255) = 20.50%
R=45.26%
G=34.24%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417710600.240.550.0833.2875.2966.67
HexEAB16A018378214b43
Octal352261152030671041113103
Binary11101010101100011101010011000110111100010000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB16A; }

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

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

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

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

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

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

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

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