#EAB06F

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

Shades of Harvest Gold #EAB06F

Tints of Harvest Gold #EAB06F

Color information

#EAB06F (or 0xEAB06F) is unknown color: approx Harvest Gold. HEX triplet: EA, B0 and 6F. RGB value is (234,176,111). Sum of RGB (Red+Green+Blue) = 234+176+111=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB06F is #154F90. Grayscale: #BABABA. Windows color (decimal): -1396625 or 7319786. OLE color: 7319786.

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

Color convert

RGB234176111-
CMYK00.250.530.08
HSL31.71º74.55%67.65%-
HSV(B)31.71º52.56%91.76%-
XYZ52.3349.6921.87-
YUV185.9385.72162.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 111 (43.75% from 255) = 21.31%
R=44.91%
G=33.78%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417611100.250.530.0831.7174.5567.65
HexEAB06F019358204b44
Octal352260157031651040113104
Binary11101010101100001101111011001110101100010000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB06F; }

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

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

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

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

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

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

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

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