#eab06b

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

Shades of Harvest Gold #EAB06B

Tints of Harvest Gold #EAB06B

Color information

#EAB06B (or 0xEAB06B) is unknown color: approx Harvest Gold. HEX triplet: EA, B0 and 6B. RGB value is (234,176,107). Sum of RGB (Red+Green+Blue) = 234+176+107=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB06B is #154F94. Grayscale: #B9B9B9. Windows color (decimal): -1396629 or 7057642. OLE color: 7057642.

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

Color convert

RGB234176107-
CMYK00.250.540.08
HSL32.6º75.15%66.86%-
HSV(B)32.6º54.27%91.76%-
XYZ52.1149.620.74-
YUV185.4883.72162.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 107 (42.19% from 255) = 20.70%
R=45.26%
G=34.04%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417610700.250.540.0832.675.1566.86
HexEAB06B019368214b43
Octal352260153031661041113103
Binary11101010101100001101011011001110110100010000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eab06b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eab06b; }

 p { color: rgb(234,176,107); }

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

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

 a { background-color: rgb(234,176,107); }

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

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

 span { border-color: rgb(234,176,107); }

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